#306616

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

Shades of Bilbao #306616

Tints of Bilbao #306616

Color information

#306616 (or 0x306616) is unknown color: approx Bilbao. HEX triplet: 30, 66 and 16. RGB value is (48,102,22). Sum of RGB (Red+Green+Blue) = 48+102+22=172 (22% of max value = 765). Red value is 48 (19.14% from 255 or 27.91% from 172); Green value is 102 (40.23% from 255 or 59.30% from 172); Blue value is 22 (8.98% from 255 or 12.79% from 172); Max value from RGB is 102 - color contains mainly: green. Hex color #306616 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #306616 is #CF99E9. Grayscale: #4D4D4D. Windows color (decimal): -13605354 or 1467952. OLE color: 1467952.

HSL color Cylindrical-coordinate representation of color #306616: hue angle of 100.5º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #306616 is Cyan = 0.53, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.6.

Color convert

RGB4810222-
CMYK0.5300.780.6
HSL100.5º64.52%24.31%-
HSV(B)100.5º78.43%40%-
XYZ6.1210.192.4-
YUV76.7397.11107.5-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 27.91%
GREEN value IS 102 (40.23% from 255) = 59.30%
BLUE value IS 22 (8.98% from 255) = 12.79%
R=27.91%
G=59.30%
B=12.79%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal48102220.5300.780.6100.564.5224.31
Hex3066163504E3C644118
Octal60146266501167414410130
Binary110000110011010110110101010011101111001100100100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306616; }

 p { color: rgb(48,102,22); }

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

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

 a { background-color: rgb(48,102,22); }

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

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

 span { border-color: rgb(48,102,22); }

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