#338220

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

Shades of Bilbao #338220

Tints of Bilbao #338220

Color information

#338220 (or 0x338220) is unknown color: approx Bilbao. HEX triplet: 33, 82 and 20. RGB value is (51,130,32). Sum of RGB (Red+Green+Blue) = 51+130+32=213 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.94% from 213); Green value is 130 (51.17% from 255 or 61.03% from 213); Blue value is 32 (12.89% from 255 or 15.02% from 213); Max value from RGB is 130 - color contains mainly: green. Hex color #338220 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #338220 is #CC7DDF. Grayscale: #5F5F5F. Windows color (decimal): -13401568 or 2130483. OLE color: 2130483.

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

Color convert

RGB5113032-
CMYK0.6100.750.49
HSL108.37º60.49%31.76%-
HSV(B)108.37º75.38%50.98%-
XYZ9.6116.774.1-
YUV95.2192.3396.47-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 23.94%
GREEN value IS 130 (51.17% from 255) = 61.03%
BLUE value IS 32 (12.89% from 255) = 15.02%
R=23.94%
G=61.03%
B=15.02%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal51130320.6100.750.49108.3760.4931.76
Hex3382203D04B316c3c20
Octal6320240750113611547440
Binary11001110000010100000111101010010111100011101100111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #338220; }

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

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

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

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

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

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

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

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