#308518

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

Shades of Bilbao #308518

Tints of Bilbao #308518

Color information

#308518 (or 0x308518) is unknown color: approx Bilbao. HEX triplet: 30, 85 and 18. RGB value is (48,133,24). Sum of RGB (Red+Green+Blue) = 48+133+24=205 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.41% from 205); Green value is 133 (52.34% from 255 or 64.88% from 205); Blue value is 24 (9.77% from 255 or 11.71% from 205); Max value from RGB is 133 - color contains mainly: green. Hex color #308518 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #308518 is #CF7AE7. Grayscale: #5F5F5F. Windows color (decimal): -13597416 or 1606960. OLE color: 1606960.

HSL color Cylindrical-coordinate representation of color #308518: hue angle of 106.79º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #308518 is Cyan = 0.64, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.48.

Color convert

RGB4813324-
CMYK0.6400.820.48
HSL106.79º69.43%30.78%-
HSV(B)106.79º81.95%52.16%-
XYZ9.7717.473.72-
YUV95.1687.8494.36-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 23.41%
GREEN value IS 133 (52.34% from 255) = 64.88%
BLUE value IS 24 (9.77% from 255) = 11.71%
R=23.41%
G=64.88%
B=11.71%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal48133240.6400.820.48106.7969.4330.78
Hex30851840052306b451f
Octal602053010001226015310537
Binary11000010000101110001000000010100101100001101011100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #308518; }

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

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

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

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

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

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

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

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