#308906

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

Shades of Bilbao #308906

Tints of Bilbao #308906

Color information

#308906 (or 0x308906) is unknown color: approx Bilbao. HEX triplet: 30, 89 and 06. RGB value is (48,137,6). Sum of RGB (Red+Green+Blue) = 48+137+6=191 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.13% from 191); Green value is 137 (53.91% from 255 or 71.73% from 191); Blue value is 6 (2.73% from 255 or 3.14% from 191); Max value from RGB is 137 - color contains mainly: green. Hex color #308906 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #308906 is #CF76F9. Grayscale: #5F5F5F. Windows color (decimal): -13596410 or 428336. OLE color: 428336.

HSL color Cylindrical-coordinate representation of color #308906: hue angle of 100.76º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #308906 is Cyan = 0.65, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.46.

Color convert

RGB481376-
CMYK0.6500.960.46
HSL100.76º91.61%28.04%-
HSV(B)100.76º95.62%53.73%-
XYZ10.218.533.21-
YUV95.4677.5194.15-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 25.13%
GREEN value IS 137 (53.91% from 255) = 71.73%
BLUE value IS 6 (2.73% from 255) = 3.14%
R=25.13%
G=71.73%
B=3.14%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal4813760.6500.960.46100.7691.6128.04
Hex30896410602E655c1c
Octal60211610101405614513434
Binary110000100010011101000001011000001011101100101101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308906

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #308906; }

 p { color: rgb(48,137,6); }

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

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

 a { background-color: rgb(48,137,6); }

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

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

 span { border-color: rgb(48,137,6); }

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