#338720

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

Shades of Bilbao #338720

Tints of Bilbao #338720

Color information

#338720 (or 0x338720) is unknown color: approx Bilbao. HEX triplet: 33, 87 and 20. RGB value is (51,135,32). Sum of RGB (Red+Green+Blue) = 51+135+32=218 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.39% from 218); Green value is 135 (53.12% from 255 or 61.93% from 218); Blue value is 32 (12.89% from 255 or 14.68% from 218); Max value from RGB is 135 - color contains mainly: green. Hex color #338720 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #338720 is #CC78DF. Grayscale: #626262. Windows color (decimal): -13400288 or 2131763. OLE color: 2131763.

HSL color Cylindrical-coordinate representation of color #338720: hue angle of 108.93º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #338720 is Cyan = 0.62, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.47.

Color convert

RGB5113532-
CMYK0.6200.760.47
HSL108.93º61.68%32.75%-
HSV(B)108.93º76.3%52.94%-
XYZ10.2918.144.32-
YUV98.1490.6794.38-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 23.39%
GREEN value IS 135 (53.12% from 255) = 61.93%
BLUE value IS 32 (12.89% from 255) = 14.68%
R=23.39%
G=61.93%
B=14.68%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal51135320.6200.760.47108.9361.6832.75
Hex3387203E04C2F6d3e21
Octal6320740760114571557641
Binary11001110000111100000111110010011001011111101101111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #338720; }

 p { color: rgb(51,135,32); }

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

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

 a { background-color: rgb(51,135,32); }

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

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

 span { border-color: rgb(51,135,32); }

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