Html Css Color HEX #335802 Verdun Green

📋 copy color: '#335802'

red 51 ◦ green 88 ◦ blue 2

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

Shades of Verdun Green #335802

Tints of Verdun Green #335802

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 value IS 0.42

 M value IS 0

 Y value IS 0.98

 K value IS 0.65

RGB Variations

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

Color information

#335802 (or 0x335802) is known color: 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

RGB 51 88 2 -
CMYK 0.42 0 0.98 0.65
HSL 85.81º 0.96% 0.18% -
HSV(B) 85.81º 0.98% 0.35% -
XYZ 4.87 7.69 1.28 -
YUV 67.13 91.24 116.49 -
System Red Green Blue C M Y K H S L
Decimal 51 88 2 0.42 0 0.98 0.65 85.81 0.96 0.18
Hex 33 58 2 2A 0 62 41 56 60 12
Octal 63 130 2 52 0 142 101 126 140 22
Binary 110011 1011000 10 101010 0 1100010 1000001 1010110 1100000 10010

Color Harmonies of #335802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335802

Black with #335802

Text Example


Text Example

White with #335802

Text Example


Text Example

HTML Codes & Css Web 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>