Html Css Color HEX #335705 Verdun Green

📋 copy color: '#335705'

red 51 ◦ green 87 ◦ blue 5

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

Shades of Verdun Green #335705

Tints of Verdun Green #335705

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 3.5%

R = 35.66%
G = 60.84%
B = 3.5%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.94

 K value IS 0.66

RGB Variations

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

Color information

#335705 (or 0x335705) is known color: Verdun Green. HEX triplet: 33, 57 and 05. RGB value is (51,87,5). Sum of RGB (Red+Green+Blue) = 51+87+5=143 (18% of max value = 765). Red value is 51 (20.31% from 255 or 35.66% from 143); Green value is 87 (34.38% from 255 or 60.84% from 143); Blue value is 5 (2.34% from 255 or 3.50% from 143); Max value from RGB is 87 - color contains mainly: green. Hex color #335705 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #335705 is #CCA8FA. Grayscale: #434343. Windows color (decimal): -13412603 or 350003. OLE color: 350003.

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

Color convert

RGB 51 87 5 -
CMYK 0.41 0 0.94 0.66
HSL 86.34º 0.89% 0.18% -
HSV(B) 86.34º 0.94% 0.34% -
XYZ 4.8 7.53 1.34 -
YUV 66.89 93.07 116.67 -
System Red Green Blue C M Y K H S L
Decimal 51 87 5 0.41 0 0.94 0.66 86.34 0.89 0.18
Hex 33 57 5 29 0 5E 42 56 59 12
Octal 63 127 5 51 0 136 102 126 131 22
Binary 110011 1010111 101 101001 0 1011110 1000010 1010110 1011001 10010

Color Harmonies of #335705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335705

Black with #335705

Text Example


Text Example

White with #335705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335705; }

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

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

background-color css

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

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

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

border-color css

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

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

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