Html Css Color HEX #355506 Verdun Green

📋 copy color: '#355506'

red 53 ◦ green 85 ◦ blue 6

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

Shades of Verdun Green #355506

Tints of Verdun Green #355506

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 4.17%

R = 36.81%
G = 59.03%
B = 4.17%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.93

 K value IS 0.67

RGB Variations

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

Color information

#355506 (or 0x355506) is known color: Verdun Green. HEX triplet: 35, 55 and 06. RGB value is (53,85,6). Sum of RGB (Red+Green+Blue) = 53+85+6=144 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.81% from 144); Green value is 85 (33.59% from 255 or 59.03% from 144); Blue value is 6 (2.73% from 255 or 4.17% from 144); Max value from RGB is 85 - color contains mainly: green. Hex color #355506 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #355506 is #CAAAF9. Grayscale: #424242. Windows color (decimal): -13282042 or 415029. OLE color: 415029.

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

Color convert

RGB 53 85 6 -
CMYK 0.38 0 0.93 0.67
HSL 84.3º 0.87% 0.18% -
HSV(B) 84.3º 0.93% 0.33% -
XYZ 4.75 7.27 1.32 -
YUV 66.43 93.9 118.42 -
System Red Green Blue C M Y K H S L
Decimal 53 85 6 0.38 0 0.93 0.67 84.3 0.87 0.18
Hex 35 55 6 26 0 5D 43 54 57 12
Octal 65 125 6 46 0 135 103 124 127 22
Binary 110101 1010101 110 100110 0 1011101 1000011 1010100 1010111 10010

Color Harmonies of #355506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355506

Black with #355506

Text Example


Text Example

White with #355506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355506; }

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

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

background-color css

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

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

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

border-color css

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

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

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