Html Css Color HEX #356408 Verdun Green

📋 copy color: '#356408'

red 53 ◦ green 100 ◦ blue 8

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

Shades of Verdun Green #356408

Tints of Verdun Green #356408

RGB

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

 GREEN value IS 100 (39.45% from 255) = 62.11%

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

R = 32.92%
G = 62.11%
B = 4.97%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.92

 K value IS 0.61

RGB Variations

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

Color information

#356408 (or 0x356408) is known color: Verdun Green. HEX triplet: 35, 64 and 08. RGB value is (53,100,8). Sum of RGB (Red+Green+Blue) = 53+100+8=161 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.92% from 161); Green value is 100 (39.45% from 255 or 62.11% from 161); Blue value is 8 (3.52% from 255 or 4.97% from 161); Max value from RGB is 100 - color contains mainly: green. Hex color #356408 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #356408 is #CA9BF7. Grayscale: #4B4B4B. Windows color (decimal): -13278200 or 549941. OLE color: 549941.

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

Color convert

RGB 53 100 8 -
CMYK 0.47 0 0.92 0.61
HSL 90.65º 0.85% 0.21% -
HSV(B) 90.65º 0.92% 0.39% -
XYZ 6.07 9.89 1.82 -
YUV 75.46 89.93 111.98 -
System Red Green Blue C M Y K H S L
Decimal 53 100 8 0.47 0 0.92 0.61 90.65 0.85 0.21
Hex 35 64 8 2F 0 5C 3D 5B 55 15
Octal 65 144 10 57 0 134 75 133 125 25
Binary 110101 1100100 1000 101111 0 1011100 111101 1011011 1010101 10101

Color Harmonies of #356408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356408

Black with #356408

Text Example


Text Example

White with #356408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356408; }

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

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

background-color css

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

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

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

border-color css

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

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

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