Html Css Color HEX #356204 Verdun Green

📋 copy color: '#356204'

red 53 ◦ green 98 ◦ blue 4

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

Shades of Verdun Green #356204

Tints of Verdun Green #356204

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.58%

R = 34.19%
G = 63.23%
B = 2.58%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.96

 K value IS 0.62

RGB Variations

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

Color information

#356204 (or 0x356204) is known color: Verdun Green. HEX triplet: 35, 62 and 04. RGB value is (53,98,4). Sum of RGB (Red+Green+Blue) = 53+98+4=155 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.19% from 155); Green value is 98 (38.67% from 255 or 63.23% from 155); Blue value is 4 (1.95% from 255 or 2.58% from 155); Max value from RGB is 98 - color contains mainly: green. Hex color #356204 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #356204 is #CA9DFB. Grayscale: #4A4A4A. Windows color (decimal): -13278716 or 287285. OLE color: 287285.

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

Color convert

RGB 53 98 4 -
CMYK 0.46 0 0.96 0.62
HSL 88.72º 0.92% 0.2% -
HSV(B) 88.72º 0.96% 0.38% -
XYZ 5.86 9.5 1.64 -
YUV 73.83 88.59 113.14 -
System Red Green Blue C M Y K H S L
Decimal 53 98 4 0.46 0 0.96 0.62 88.72 0.92 0.2
Hex 35 62 4 2E 0 60 3E 59 5C 14
Octal 65 142 4 56 0 140 76 131 134 24
Binary 110101 1100010 100 101110 0 1100000 111110 1011001 1011100 10100

Color Harmonies of #356204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356204

Black with #356204

Text Example


Text Example

White with #356204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356204; }

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

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

background-color css

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

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

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

border-color css

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

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

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