#306607

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

Shades of Bilbao #306607

Tints of Bilbao #306607

Color information

#306607 (or 0x306607) is unknown color: approx Bilbao. HEX triplet: 30, 66 and 07. RGB value is (48,102,7). Sum of RGB (Red+Green+Blue) = 48+102+7=157 (20% of max value = 765). Red value is 48 (19.14% from 255 or 30.57% from 157); Green value is 102 (40.23% from 255 or 64.97% from 157); Blue value is 7 (3.12% from 255 or 4.46% from 157); Max value from RGB is 102 - color contains mainly: green. Hex color #306607 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #306607 is #CF99F8. Grayscale: #4B4B4B. Windows color (decimal): -13605369 or 484912. OLE color: 484912.

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

Color convert

RGB481027-
CMYK0.5300.930.6
HSL94.11º87.16%21.37%-
HSV(B)94.11º93.14%40%-
XYZ6.0110.151.84-
YUV75.0289.61108.72-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 30.57%
GREEN value IS 102 (40.23% from 255) = 64.97%
BLUE value IS 7 (3.12% from 255) = 4.46%
R=30.57%
G=64.97%
B=4.46%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal4810270.5300.930.694.1187.1621.37
Hex306673505D3C5e5715
Octal6014676501357413612725
Binary1100001100110111110101010111011111001011110101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306607

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306607; }

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

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

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

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

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

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

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

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