#338518

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

Shades of Bilbao #338518

Tints of Bilbao #338518

Color information

#338518 (or 0x338518) is unknown color: approx Bilbao. HEX triplet: 33, 85 and 18. RGB value is (51,133,24). Sum of RGB (Red+Green+Blue) = 51+133+24=208 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.52% from 208); Green value is 133 (52.34% from 255 or 63.94% from 208); Blue value is 24 (9.77% from 255 or 11.54% from 208); Max value from RGB is 133 - color contains mainly: green. Hex color #338518 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #338518 is #CC7AE7. Grayscale: #606060. Windows color (decimal): -13400808 or 1606963. OLE color: 1606963.

HSL color Cylindrical-coordinate representation of color #338518: hue angle of 105.14º 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 #338518 is Cyan = 0.62, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.48.

Color convert

RGB5113324-
CMYK0.6200.820.48
HSL105.14º69.43%30.78%-
HSV(B)105.14º81.95%52.16%-
XYZ9.9217.543.73-
YUV96.0687.3395.86-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 24.52%
GREEN value IS 133 (52.34% from 255) = 63.94%
BLUE value IS 24 (9.77% from 255) = 11.54%
R=24.52%
G=63.94%
B=11.54%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal51133240.6200.820.48105.1469.4330.78
Hex3385183E0523069451f
Octal63205307601226015110537
Binary1100111000010111000111110010100101100001101001100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #338518; }

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

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

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

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

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

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

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

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