#306605

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

Shades of Bilbao #306605

Tints of Bilbao #306605

Color information

#306605 (or 0x306605) is unknown color: approx Bilbao. HEX triplet: 30, 66 and 05. RGB value is (48,102,5). Sum of RGB (Red+Green+Blue) = 48+102+5=155 (20% of max value = 765). Red value is 48 (19.14% from 255 or 30.97% from 155); Green value is 102 (40.23% from 255 or 65.81% from 155); Blue value is 5 (2.34% from 255 or 3.23% from 155); Max value from RGB is 102 - color contains mainly: green. Hex color #306605 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #306605 is #CF99FA. Grayscale: #4B4B4B. Windows color (decimal): -13605371 or 353840. OLE color: 353840.

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

Color convert

RGB481025-
CMYK0.5300.950.6
HSL93.4º90.65%20.98%-
HSV(B)93.4º95.1%40%-
XYZ610.141.79-
YUV74.888.61108.89-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 30.97%
GREEN value IS 102 (40.23% from 255) = 65.81%
BLUE value IS 5 (2.34% from 255) = 3.23%
R=30.97%
G=65.81%
B=3.23%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal4810250.5300.950.693.490.6520.98
Hex306653505F3C5d5b15
Octal6014656501377413513325
Binary1100001100110101110101010111111111001011101101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306605; }

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

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

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

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

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

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

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

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