Html Css Color HEX #356208 Verdun Green

📋 copy color: '#356208'

red 53 ◦ green 98 ◦ blue 8

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

Shades of Verdun Green #356208

Tints of Verdun Green #356208

RGB

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

 GREEN value IS 98 (38.67% from 255) = 61.64%

 BLUE value IS 8 (3.52% from 255) = 5.03%

R = 33.33%
G = 61.64%
B = 5.03%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.92

 K value IS 0.62

RGB Variations

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

Color information

#356208 (or 0x356208) is known color: Verdun Green. HEX triplet: 35, 62 and 08. RGB value is (53,98,8). Sum of RGB (Red+Green+Blue) = 53+98+8=159 (21% of max value = 765). Red value is 53 (21.09% from 255 or 33.33% from 159); Green value is 98 (38.67% from 255 or 61.64% from 159); Blue value is 8 (3.52% from 255 or 5.03% from 159); Max value from RGB is 98 - color contains mainly: green. Hex color #356208 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #356208 is #CA9DF7. Grayscale: #4A4A4A. Windows color (decimal): -13278712 or 549429. OLE color: 549429.

HSL color Cylindrical-coordinate representation of color #356208: hue angle of 90º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #356208 is Cyan = 0.46, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.62.

Color convert

RGB 53 98 8 -
CMYK 0.46 0 0.92 0.62
HSL 90º 0.85% 0.21% -
HSV(B) 90º 0.92% 0.38% -
XYZ 5.88 9.51 1.76 -
YUV 74.29 90.59 112.82 -
System Red Green Blue C M Y K H S L
Decimal 53 98 8 0.46 0 0.92 0.62 90 0.85 0.21
Hex 35 62 8 2E 0 5C 3E 5A 55 15
Octal 65 142 10 56 0 134 76 132 125 25
Binary 110101 1100010 1000 101110 0 1011100 111110 1011010 1010101 10101

Color Harmonies of #356208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356208

Black with #356208

Text Example


Text Example

White with #356208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356208; }

 p { color: rgb(53,98,8); }

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

background-color css

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

 a { background-color: rgb(53,98,8); }

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

border-color css

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

 span { border-color: rgb(53,98,8); }

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