Html Css Color HEX #356008 Verdun Green

📋 copy color: '#356008'

red 53 ◦ green 96 ◦ blue 8

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

Shades of Verdun Green #356008

Tints of Verdun Green #356008

RGB

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

 GREEN value IS 96 (37.89% from 255) = 61.15%

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

R = 33.76%
G = 61.15%
B = 5.1%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.92

 K value IS 0.62

RGB Variations

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

Color information

#356008 (or 0x356008) is known color: Verdun Green. HEX triplet: 35, 60 and 08. RGB value is (53,96,8). Sum of RGB (Red+Green+Blue) = 53+96+8=157 (20% of max value = 765). Red value is 53 (21.09% from 255 or 33.76% from 157); Green value is 96 (37.89% from 255 or 61.15% from 157); Blue value is 8 (3.52% from 255 or 5.10% from 157); Max value from RGB is 96 - color contains mainly: green. Hex color #356008 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #356008 is #CA9FF7. Grayscale: #494949. Windows color (decimal): -13279224 or 548917. OLE color: 548917.

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

Color convert

RGB 53 96 8 -
CMYK 0.45 0 0.92 0.62
HSL 89.32º 0.85% 0.2% -
HSV(B) 89.32º 0.92% 0.38% -
XYZ 5.69 9.14 1.69 -
YUV 73.11 91.25 113.66 -
System Red Green Blue C M Y K H S L
Decimal 53 96 8 0.45 0 0.92 0.62 89.32 0.85 0.2
Hex 35 60 8 2D 0 5C 3E 59 55 14
Octal 65 140 10 55 0 134 76 131 125 24
Binary 110101 1100000 1000 101101 0 1011100 111110 1011001 1010101 10100

Color Harmonies of #356008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356008

Black with #356008

Text Example


Text Example

White with #356008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356008; }

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

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

background-color css

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

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

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

border-color css

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

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

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