#335402

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

Shades of Verdun Green #335402

Tints of Verdun Green #335402

Color information

#335402 (or 0x335402) is unknown color: approx Verdun Green. HEX triplet: 33, 54 and 02. RGB value is (51,84,2). Sum of RGB (Red+Green+Blue) = 51+84+2=137 (18% of max value = 765). Red value is 51 (20.31% from 255 or 37.23% from 137); Green value is 84 (33.20% from 255 or 61.31% from 137); Blue value is 2 (1.17% from 255 or 1.46% from 137); Max value from RGB is 84 - color contains mainly: green. Hex color #335402 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #335402 is #CCABFD. Grayscale: #414141. Windows color (decimal): -13413374 or 152627. OLE color: 152627.

HSL color Cylindrical-coordinate representation of color #335402: hue angle of 84.15º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #335402 is Cyan = 0.39, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.67.

Color convert

RGB51842-
CMYK0.3900.980.67
HSL84.15º95.35%16.86%-
HSV(B)84.15º97.62%32.94%-
XYZ4.557.051.18-
YUV64.7892.57118.17-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 37.23%
GREEN value IS 84 (33.20% from 255) = 61.31%
BLUE value IS 2 (1.17% from 255) = 1.46%
R=37.23%
G=61.31%
B=1.46%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal518420.3900.980.6784.1595.3516.86
Hex335422706243545f11
Octal63124247014210312413721
Binary1100111010100101001110110001010000111010100101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335402; }

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

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

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

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

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

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

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

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