#308818

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

Shades of Bilbao #308818

Tints of Bilbao #308818

Color information

#308818 (or 0x308818) is unknown color: approx Bilbao. HEX triplet: 30, 88 and 18. RGB value is (48,136,24). Sum of RGB (Red+Green+Blue) = 48+136+24=208 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.08% from 208); Green value is 136 (53.52% from 255 or 65.38% from 208); Blue value is 24 (9.77% from 255 or 11.54% from 208); Max value from RGB is 136 - color contains mainly: green. Hex color #308818 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #308818 is #CF77E7. Grayscale: #616161. Windows color (decimal): -13596648 or 1607728. OLE color: 1607728.

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

Color convert

RGB4813624-
CMYK0.6500.820.47
HSL107.14º70%31.37%-
HSV(B)107.14º82.35%53.33%-
XYZ10.1918.33.86-
YUV96.9286.8593.11-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 23.08%
GREEN value IS 136 (53.52% from 255) = 65.38%
BLUE value IS 24 (9.77% from 255) = 11.54%
R=23.08%
G=65.38%
B=11.54%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal48136240.6500.820.47107.147031.37
Hex308818410522F6b461f
Octal602103010101225715310637
Binary11000010001000110001000001010100101011111101011100011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #308818; }

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

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

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

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

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

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

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

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