Html Css Color HEX #335702 Verdun Green

📋 copy color: '#335702'

red 51 ◦ green 87 ◦ blue 2

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

Shades of Verdun Green #335702

Tints of Verdun Green #335702

RGB

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

 GREEN value IS 87 (34.38% from 255) = 62.14%

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

R = 36.43%
G = 62.14%
B = 1.43%

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

#335702 (or 0x335702) is known color: Verdun Green. HEX triplet: 33, 57 and 02. RGB value is (51,87,2). Sum of RGB (Red+Green+Blue) = 51+87+2=140 (18% of max value = 765). Red value is 51 (20.31% from 255 or 36.43% from 140); Green value is 87 (34.38% from 255 or 62.14% from 140); Blue value is 2 (1.17% from 255 or 1.43% from 140); Max value from RGB is 87 - color contains mainly: green. Hex color #335702 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #335702 is #CCA8FD. Grayscale: #424242. Windows color (decimal): -13412606 or 153395. OLE color: 153395.

HSL color Cylindrical-coordinate representation of color #335702: hue angle of 85.41º degrees, saturation: 0.96, 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 #335702 is Cyan = 0.41, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.66.

Color convert

RGB 51 87 2 -
CMYK 0.41 0 0.98 0.66
HSL 85.41º 0.96% 0.17% -
HSV(B) 85.41º 0.98% 0.34% -
XYZ 4.78 7.52 1.26 -
YUV 66.55 91.57 116.91 -
System Red Green Blue C M Y K H S L
Decimal 51 87 2 0.41 0 0.98 0.66 85.41 0.96 0.17
Hex 33 57 2 29 0 62 42 55 60 11
Octal 63 127 2 51 0 142 102 125 140 21
Binary 110011 1010111 10 101001 0 1100010 1000010 1010101 1100000 10001

Color Harmonies of #335702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335702

Black with #335702

Text Example


Text Example

White with #335702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335702; }

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

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

background-color css

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

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

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

border-color css

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

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

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