#308614

Color #308614 Bilbao (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bilbao #308614

Tints of Bilbao #308614

Color information

#308614 (or 0x308614) is unknown color: approx Bilbao. HEX triplet: 30, 86 and 14. RGB value is (48,134,20). Sum of RGB (Red+Green+Blue) = 48+134+20=202 (26% of max value = 765). Red value is 48 (19.14% from 255 or 23.76% from 202); Green value is 134 (52.73% from 255 or 66.34% from 202); Blue value is 20 (8.20% from 255 or 9.90% from 202); Max value from RGB is 134 - color contains mainly: green. Hex color #308614 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #308614 is #CF79EB. Grayscale: #5F5F5F. Windows color (decimal): -13597164 or 1345072. OLE color: 1345072.

HSL color Cylindrical-coordinate representation of color #308614: hue angle of 105.26º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #308614 is Cyan = 0.64, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.47.

Color convert

RGB4813420-
CMYK0.6400.850.47
HSL105.26º74.03%30.2%-
HSV(B)105.26º85.07%52.55%-
XYZ9.8717.733.56-
YUV95.2985.5194.27-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 48 (19.14% from 255) = 23.76%
GREEN value IS 134 (52.73% from 255) = 66.34%
BLUE value IS 20 (8.20% from 255) = 9.90%
R=23.76%
G=66.34%
B=9.90%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal48134200.6400.850.47105.2674.0330.2
Hex308614400552F694a1e
Octal602062410001255715111236
Binary11000010000110101001000000010101011011111101001100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #308614; }

 p { color: rgb(48,134,20); }

 H1.HeaderClassName
 {
   color: #308614;
 }
 .AnyTagClassName
 {
   color: #308614;
 }
</style>
background-color css

<style>
 a { background-color: #308614; }

 a { background-color: rgb(48,134,20); }

 div.DivClassName
 {
   background-color: #308614;
 }
 .BgClassName
 {
   background-color: #308614;
 }
</style>
border-color css

<style>
 span { border-color: #308614; }

 span { border-color: rgb(48,134,20); }

 td.TdClassName
 {
   border-color: #308614;
 }
 .TagClassName
 {
   border-color: #308614;
 }
</style>