Html Css Color HEX #335602 Verdun Green

📋 copy color: '#335602'

red 51 ◦ green 86 ◦ blue 2

#335602
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Verdun Green #335602

Tints of Verdun Green #335602

RGB

 RED value IS 51 (20.31% from 255) = 36.69%

 GREEN value IS 86 (33.98% from 255) = 61.87%

 BLUE value IS 2 (1.17% from 255) = 1.44%

R = 36.69%
G = 61.87%
B = 1.44%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.98

 K value IS 0.66

RGB Variations

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

Color information

#335602 (or 0x335602) is known color: Verdun Green. HEX triplet: 33, 56 and 02. RGB value is (51,86,2). Sum of RGB (Red+Green+Blue) = 51+86+2=139 (18% of max value = 765). Red value is 51 (20.31% from 255 or 36.69% from 139); Green value is 86 (33.98% from 255 or 61.87% from 139); Blue value is 2 (1.17% from 255 or 1.44% from 139); Max value from RGB is 86 - color contains mainly: green. Hex color #335602 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #335602 is #CCA9FD. Grayscale: #424242. Windows color (decimal): -13412862 or 153139. OLE color: 153139.

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

Color convert

RGB 51 86 2 -
CMYK 0.41 0 0.98 0.66
HSL 85º 0.95% 0.17% -
HSV(B) 85º 0.98% 0.34% -
XYZ 4.7 7.36 1.23 -
YUV 65.96 91.9 117.33 -
System Red Green Blue C M Y K H S L
Decimal 51 86 2 0.41 0 0.98 0.66 85 0.95 0.17
Hex 33 56 2 29 0 62 42 55 5F 11
Octal 63 126 2 51 0 142 102 125 137 21
Binary 110011 1010110 10 101001 0 1100010 1000010 1010101 1011111 10001

Color Harmonies of #335602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335602

Black with #335602

Text Example


Text Example

White with #335602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335602; }

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

 H1.HeaderClassName
 {
   color: #335602;
 }
 .AnyTagClassName
 {
   color: #335602;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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