Html Css Color HEX #355206 Verdun Green

📋 copy color: '#355206'

red 53 ◦ green 82 ◦ blue 6

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

Shades of Verdun Green #355206

Tints of Verdun Green #355206

RGB

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

 GREEN value IS 82 (32.42% from 255) = 58.16%

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

R = 37.59%
G = 58.16%
B = 4.26%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.93

 K value IS 0.68

RGB Variations

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

Color information

#355206 (or 0x355206) is known color: Verdun Green. HEX triplet: 35, 52 and 06. RGB value is (53,82,6). Sum of RGB (Red+Green+Blue) = 53+82+6=141 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.59% from 141); Green value is 82 (32.42% from 255 or 58.16% from 141); Blue value is 6 (2.73% from 255 or 4.26% from 141); Max value from RGB is 82 - color contains mainly: green. Hex color #355206 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #355206 is #CAADF9. Grayscale: #404040. Windows color (decimal): -13282810 or 414261. OLE color: 414261.

HSL color Cylindrical-coordinate representation of color #355206: hue angle of 82.89º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #355206 is Cyan = 0.35, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.68.

Color convert

RGB 53 82 6 -
CMYK 0.35 0 0.93 0.68
HSL 82.89º 0.86% 0.17% -
HSV(B) 82.89º 0.93% 0.32% -
XYZ 4.52 6.8 1.25 -
YUV 64.67 94.89 119.68 -
System Red Green Blue C M Y K H S L
Decimal 53 82 6 0.35 0 0.93 0.68 82.89 0.86 0.17
Hex 35 52 6 23 0 5D 44 53 56 11
Octal 65 122 6 43 0 135 104 123 126 21
Binary 110101 1010010 110 100011 0 1011101 1000100 1010011 1010110 10001

Color Harmonies of #355206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355206

Black with #355206

Text Example


Text Example

White with #355206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355206; }

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

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

background-color css

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

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

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

border-color css

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

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

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