#338516

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

Shades of Bilbao #338516

Tints of Bilbao #338516

Color information

#338516 (or 0x338516) is unknown color: approx Bilbao. HEX triplet: 33, 85 and 16. RGB value is (51,133,22). Sum of RGB (Red+Green+Blue) = 51+133+22=206 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.76% from 206); Green value is 133 (52.34% from 255 or 64.56% from 206); Blue value is 22 (8.98% from 255 or 10.68% from 206); Max value from RGB is 133 - color contains mainly: green. Hex color #338516 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #338516 is #CC7AE9. Grayscale: #606060. Windows color (decimal): -13400810 or 1475891. OLE color: 1475891.

HSL color Cylindrical-coordinate representation of color #338516: hue angle of 104.32º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #338516 is Cyan = 0.62, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.48.

Color convert

RGB5113322-
CMYK0.6200.830.48
HSL104.32º71.61%30.39%-
HSV(B)104.32º83.46%52.16%-
XYZ9.917.543.62-
YUV95.8386.3396.03-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 24.76%
GREEN value IS 133 (52.34% from 255) = 64.56%
BLUE value IS 22 (8.98% from 255) = 10.68%
R=24.76%
G=64.56%
B=10.68%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal51133220.6200.830.48104.3271.6130.39
Hex3385163E0533068481e
Octal63205267601236015011036
Binary1100111000010110110111110010100111100001101000100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #338516; }

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

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

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

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

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

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

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

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