#335902

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

Shades of Verdun Green #335902

Tints of Verdun Green #335902

Color information

#335902 (or 0x335902) is unknown color: approx Verdun Green. HEX triplet: 33, 59 and 02. RGB value is (51,89,2). Sum of RGB (Red+Green+Blue) = 51+89+2=142 (18% of max value = 765). Red value is 51 (20.31% from 255 or 35.92% from 142); Green value is 89 (35.16% from 255 or 62.68% from 142); Blue value is 2 (1.17% from 255 or 1.41% from 142); Max value from RGB is 89 - color contains mainly: green. Hex color #335902 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #335902 is #CCA6FD. Grayscale: #444444. Windows color (decimal): -13412094 or 153907. OLE color: 153907.

HSL color Cylindrical-coordinate representation of color #335902: hue angle of 86.21º 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 #335902 is Cyan = 0.43, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.65.

Color convert

RGB51892-
CMYK0.4300.980.65
HSL86.21º95.6%17.84%-
HSV(B)86.21º97.75%34.9%-
XYZ4.957.851.31-
YUV67.7290.91116.07-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 35.92%
GREEN value IS 89 (35.16% from 255) = 62.68%
BLUE value IS 2 (1.17% from 255) = 1.41%
R=35.92%
G=62.68%
B=1.41%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal518920.4300.980.6586.2195.617.84
Hex335922B06241566012
Octal63131253014210112614022
Binary1100111011001101010110110001010000011010110110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335902; }

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

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

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

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

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

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

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

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