#33580C

Color #33580C Verdun Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Verdun Green #33580C

Tints of Verdun Green #33580C

Color information

#33580C (or 0x33580C) is unknown color: approx Verdun Green. HEX triplet: 33, 58 and 0C. RGB value is (51,88,12). Sum of RGB (Red+Green+Blue) = 51+88+12=151 (20% of max value = 765). Red value is 51 (20.31% from 255 or 33.77% from 151); Green value is 88 (34.77% from 255 or 58.28% from 151); Blue value is 12 (5.08% from 255 or 7.95% from 151); Max value from RGB is 88 - color contains mainly: green. Hex color #33580C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #33580C is #CCA7F3. Grayscale: #444444. Windows color (decimal): -13412340 or 809011. OLE color: 809011.

HSL color Cylindrical-coordinate representation of color #33580C: hue angle of 89.21º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #33580C is Cyan = 0.42, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.65.

Color convert

RGB518812-
CMYK0.4200.860.65
HSL89.21º76%19.61%-
HSV(B)89.21º86.36%34.51%-
XYZ4.927.711.58-
YUV68.2796.24115.68-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 33.77%
GREEN value IS 88 (34.77% from 255) = 58.28%
BLUE value IS 12 (5.08% from 255) = 7.95%
R=33.77%
G=58.28%
B=7.95%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5188120.4200.860.6589.217619.61
Hex3358C2A05641594c14
Octal631301452012610113111424
Binary110011101100011001010100101011010000011011001100110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33580C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33580C; }

 p { color: rgb(51,88,12); }

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

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

 a { background-color: rgb(51,88,12); }

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

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

 span { border-color: rgb(51,88,12); }

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