#306612

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

Shades of Bilbao #306612

Tints of Bilbao #306612

Color information

#306612 (or 0x306612) is unknown color: approx Bilbao. HEX triplet: 30, 66 and 12. RGB value is (48,102,18). Sum of RGB (Red+Green+Blue) = 48+102+18=168 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.57% from 168); Green value is 102 (40.23% from 255 or 60.71% from 168); Blue value is 18 (7.42% from 255 or 10.71% from 168); Max value from RGB is 102 - color contains mainly: green. Hex color #306612 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #306612 is #CF99ED. Grayscale: #4C4C4C. Windows color (decimal): -13605358 or 1205808. OLE color: 1205808.

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

Color convert

RGB4810218-
CMYK0.5300.820.6
HSL98.57º70%23.53%-
HSV(B)98.57º82.35%40%-
XYZ6.0810.172.22-
YUV76.2895.11107.83-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 28.57%
GREEN value IS 102 (40.23% from 255) = 60.71%
BLUE value IS 18 (7.42% from 255) = 10.71%
R=28.57%
G=60.71%
B=10.71%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal48102180.5300.820.698.577023.53
Hex306612350523C634618
Octal60146226501227414310630
Binary110000110011010010110101010100101111001100011100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306612; }

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

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

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

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

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

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

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

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