Html Css Color HEX #355505 Verdun Green

📋 copy color: '#355505'

red 53 ◦ green 85 ◦ blue 5

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

Shades of Verdun Green #355505

Tints of Verdun Green #355505

RGB

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

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

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

R = 37.06%
G = 59.44%
B = 3.5%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.94

 K value IS 0.67

RGB Variations

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

Color information

#355505 (or 0x355505) is known color: Verdun Green. HEX triplet: 35, 55 and 05. RGB value is (53,85,5). Sum of RGB (Red+Green+Blue) = 53+85+5=143 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.06% from 143); Green value is 85 (33.59% from 255 or 59.44% from 143); Blue value is 5 (2.34% from 255 or 3.50% from 143); Max value from RGB is 85 - color contains mainly: green. Hex color #355505 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #355505 is #CAAAFA. Grayscale: #424242. Windows color (decimal): -13282043 or 349493. OLE color: 349493.

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

Color convert

RGB 53 85 5 -
CMYK 0.38 0 0.94 0.67
HSL 84º 0.89% 0.18% -
HSV(B) 84º 0.94% 0.33% -
XYZ 4.74 7.26 1.3 -
YUV 66.31 93.4 118.5 -
System Red Green Blue C M Y K H S L
Decimal 53 85 5 0.38 0 0.94 0.67 84 0.89 0.18
Hex 35 55 5 26 0 5E 43 54 59 12
Octal 65 125 5 46 0 136 103 124 131 22
Binary 110101 1010101 101 100110 0 1011110 1000011 1010100 1011001 10010

Color Harmonies of #355505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355505

Black with #355505

Text Example


Text Example

White with #355505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355505; }

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

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

background-color css

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

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

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

border-color css

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

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

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