Html Css Color HEX #335502 Verdun Green

📋 copy color: '#335502'

red 51 ◦ green 85 ◦ blue 2

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

Shades of Verdun Green #335502

Tints of Verdun Green #335502

RGB

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

 GREEN value IS 85 (33.59% from 255) = 61.59%

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

R = 36.96%
G = 61.59%
B = 1.45%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.98

 K value IS 0.67

RGB Variations

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

Color information

#335502 (or 0x335502) is known color: Verdun Green. HEX triplet: 33, 55 and 02. RGB value is (51,85,2). Sum of RGB (Red+Green+Blue) = 51+85+2=138 (18% of max value = 765). Red value is 51 (20.31% from 255 or 36.96% from 138); Green value is 85 (33.59% from 255 or 61.59% from 138); Blue value is 2 (1.17% from 255 or 1.45% from 138); Max value from RGB is 85 - color contains mainly: green. Hex color #335502 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #335502 is #CCAAFD. Grayscale: #414141. Windows color (decimal): -13413118 or 152883. OLE color: 152883.

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

Color convert

RGB 51 85 2 -
CMYK 0.40 0 0.98 0.67
HSL 84.58º 0.95% 0.17% -
HSV(B) 84.58º 0.98% 0.33% -
XYZ 4.62 7.21 1.2 -
YUV 65.37 92.24 117.75 -
System Red Green Blue C M Y K H S L
Decimal 51 85 2 0.40 0 0.98 0.67 84.58 0.95 0.17
Hex 33 55 2 28 0 62 43 55 5F 11
Octal 63 125 2 50 0 142 103 125 137 21
Binary 110011 1010101 10 101000 0 1100010 1000011 1010101 1011111 10001

Color Harmonies of #335502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335502

Black with #335502

Text Example


Text Example

White with #335502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335502; }

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

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

background-color css

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

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

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

border-color css

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

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

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