#335802

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

Shades of Verdun Green #335802

Tints of Verdun Green #335802

Color information

#335802 (or 0x335802) is unknown color: approx Verdun Green. HEX triplet: 33, 58 and 02. RGB value is (51,88,2). Sum of RGB (Red+Green+Blue) = 51+88+2=141 (18% of max value = 765). Red value is 51 (20.31% from 255 or 36.17% from 141); Green value is 88 (34.77% from 255 or 62.41% from 141); Blue value is 2 (1.17% from 255 or 1.42% from 141); Max value from RGB is 88 - color contains mainly: green. Hex color #335802 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #335802 is #CCA7FD. Grayscale: #434343. Windows color (decimal): -13412350 or 153651. OLE color: 153651.

HSL color Cylindrical-coordinate representation of color #335802: hue angle of 85.81º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #335802 is Cyan = 0.42, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.65.

Color convert

RGB51882-
CMYK0.4200.980.65
HSL85.81º95.56%17.65%-
HSV(B)85.81º97.73%34.51%-
XYZ4.877.691.28-
YUV67.1391.24116.49-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 36.17%
GREEN value IS 88 (34.77% from 255) = 62.41%
BLUE value IS 2 (1.17% from 255) = 1.42%
R=36.17%
G=62.41%
B=1.42%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal518820.4200.980.6585.8195.5617.65
Hex335822A06241566012
Octal63130252014210112614022
Binary1100111011000101010100110001010000011010110110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335802; }

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

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

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

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

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

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

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

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