#308318

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

Shades of Bilbao #308318

Tints of Bilbao #308318

Color information

#308318 (or 0x308318) is unknown color: approx Bilbao. HEX triplet: 30, 83 and 18. RGB value is (48,131,24). Sum of RGB (Red+Green+Blue) = 48+131+24=203 (26% of max value = 765). Red value is 48 (19.14% from 255 or 23.65% from 203); Green value is 131 (51.56% from 255 or 64.53% from 203); Blue value is 24 (9.77% from 255 or 11.82% from 203); Max value from RGB is 131 - color contains mainly: green. Hex color #308318 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #308318 is #CF7CE7. Grayscale: #5E5E5E. Windows color (decimal): -13597928 or 1606448. OLE color: 1606448.

HSL color Cylindrical-coordinate representation of color #308318: hue angle of 106.54º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #308318 is Cyan = 0.63, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.49.

Color convert

RGB4813124-
CMYK0.6300.820.49
HSL106.54º69.03%30.39%-
HSV(B)106.54º81.68%51.37%-
XYZ9.516.933.63-
YUV93.9888.595.2-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 23.65%
GREEN value IS 131 (51.56% from 255) = 64.53%
BLUE value IS 24 (9.77% from 255) = 11.82%
R=23.65%
G=64.53%
B=11.82%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal48131240.6300.820.49106.5469.0330.39
Hex3083183F052316b451e
Octal60203307701226115310536
Binary1100001000001111000111111010100101100011101011100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #308318; }

 p { color: rgb(48,131,24); }

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

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

 a { background-color: rgb(48,131,24); }

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

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

 span { border-color: rgb(48,131,24); }

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