Html Css Color HEX #355605 Verdun Green

📋 copy color: '#355605'

red 53 ◦ green 86 ◦ blue 5

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

Shades of Verdun Green #355605

Tints of Verdun Green #355605

RGB

 RED value IS 53 (21.09% from 255) = 36.81%

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

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

R = 36.81%
G = 59.72%
B = 3.47%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.94

 K value IS 0.66

RGB Variations

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

Color information

#355605 (or 0x355605) is known color: Verdun Green. HEX triplet: 35, 56 and 05. RGB value is (53,86,5). Sum of RGB (Red+Green+Blue) = 53+86+5=144 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.81% from 144); Green value is 86 (33.98% from 255 or 59.72% from 144); Blue value is 5 (2.34% from 255 or 3.47% from 144); Max value from RGB is 86 - color contains mainly: green. Hex color #355605 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #355605 is #CAA9FA. Grayscale: #434343. Windows color (decimal): -13281787 or 349749. OLE color: 349749.

HSL color Cylindrical-coordinate representation of color #355605: hue angle of 84.44º 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 #355605 is Cyan = 0.38, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.66.

Color convert

RGB 53 86 5 -
CMYK 0.38 0 0.94 0.66
HSL 84.44º 0.89% 0.18% -
HSV(B) 84.44º 0.94% 0.34% -
XYZ 4.82 7.42 1.32 -
YUV 66.9 93.07 118.09 -
System Red Green Blue C M Y K H S L
Decimal 53 86 5 0.38 0 0.94 0.66 84.44 0.89 0.18
Hex 35 56 5 26 0 5E 42 54 59 12
Octal 65 126 5 46 0 136 102 124 131 22
Binary 110101 1010110 101 100110 0 1011110 1000010 1010100 1011001 10010

Color Harmonies of #355605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355605

Black with #355605

Text Example


Text Example

White with #355605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355605; }

 p { color: rgb(53,86,5); }

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

background-color css

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

 a { background-color: rgb(53,86,5); }

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

border-color css

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

 span { border-color: rgb(53,86,5); }

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