#338320

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

Shades of Bilbao #338320

Tints of Bilbao #338320

Color information

#338320 (or 0x338320) is unknown color: approx Bilbao. HEX triplet: 33, 83 and 20. RGB value is (51,131,32). Sum of RGB (Red+Green+Blue) = 51+131+32=214 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.83% from 214); Green value is 131 (51.56% from 255 or 61.21% from 214); Blue value is 32 (12.89% from 255 or 14.95% from 214); Max value from RGB is 131 - color contains mainly: green. Hex color #338320 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #338320 is #CC7CDF. Grayscale: #606060. Windows color (decimal): -13401312 or 2130739. OLE color: 2130739.

HSL color Cylindrical-coordinate representation of color #338320: hue angle of 108.48º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #338320 is Cyan = 0.61, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.49.

Color convert

RGB5113132-
CMYK0.6100.760.49
HSL108.48º60.74%31.96%-
HSV(B)108.48º75.57%51.37%-
XYZ9.7417.044.14-
YUV95.799296.05-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 23.83%
GREEN value IS 131 (51.56% from 255) = 61.21%
BLUE value IS 32 (12.89% from 255) = 14.95%
R=23.83%
G=61.21%
B=14.95%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal51131320.6100.760.49108.4860.7431.96
Hex3383203D04C316c3d20
Octal6320340750114611547540
Binary11001110000011100000111101010011001100011101100111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #338320; }

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

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

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

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

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

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

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

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