#308811

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

Shades of Bilbao #308811

Tints of Bilbao #308811

Color information

#308811 (or 0x308811) is unknown color: approx Bilbao. HEX triplet: 30, 88 and 11. RGB value is (48,136,17). Sum of RGB (Red+Green+Blue) = 48+136+17=201 (26% of max value = 765). Red value is 48 (19.14% from 255 or 23.88% from 201); Green value is 136 (53.52% from 255 or 67.66% from 201); Blue value is 17 (7.03% from 255 or 8.46% from 201); Max value from RGB is 136 - color contains mainly: green. Hex color #308811 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #308811 is #CF77EE. Grayscale: #606060. Windows color (decimal): -13596655 or 1148976. OLE color: 1148976.

HSL color Cylindrical-coordinate representation of color #308811: hue angle of 104.37º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #308811 is Cyan = 0.65, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.47.

Color convert

RGB4813617-
CMYK0.6500.870.47
HSL104.37º77.78%30%-
HSV(B)104.37º87.5%53.33%-
XYZ10.1218.283.52-
YUV96.1283.3593.68-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 23.88%
GREEN value IS 136 (53.52% from 255) = 67.66%
BLUE value IS 17 (7.03% from 255) = 8.46%
R=23.88%
G=67.66%
B=8.46%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal48136170.6500.870.47104.3777.7830
Hex308811410572F684e1e
Octal602102110101275715011636
Binary11000010001000100011000001010101111011111101000100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #308811; }

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

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

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

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

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

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

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

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