Html Css Color HEX #356404 Verdun Green

📋 copy color: '#356404'

red 53 ◦ green 100 ◦ blue 4

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

Shades of Verdun Green #356404

Tints of Verdun Green #356404

RGB

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

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

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

R = 33.76%
G = 63.69%
B = 2.55%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.96

 K value IS 0.61

RGB Variations

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

Color information

#356404 (or 0x356404) is known color: Verdun Green. HEX triplet: 35, 64 and 04. RGB value is (53,100,4). Sum of RGB (Red+Green+Blue) = 53+100+4=157 (20% of max value = 765). Red value is 53 (21.09% from 255 or 33.76% from 157); Green value is 100 (39.45% from 255 or 63.69% from 157); Blue value is 4 (1.95% from 255 or 2.55% from 157); Max value from RGB is 100 - color contains mainly: green. Hex color #356404 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #356404 is #CA9BFB. Grayscale: #4B4B4B. Windows color (decimal): -13278204 or 287797. OLE color: 287797.

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

Color convert

RGB 53 100 4 -
CMYK 0.47 0 0.96 0.61
HSL 89.37º 0.92% 0.2% -
HSV(B) 89.37º 0.96% 0.39% -
XYZ 6.05 9.88 1.7 -
YUV 75 87.93 112.31 -
System Red Green Blue C M Y K H S L
Decimal 53 100 4 0.47 0 0.96 0.61 89.37 0.92 0.2
Hex 35 64 4 2F 0 60 3D 59 5C 14
Octal 65 144 4 57 0 140 75 131 134 24
Binary 110101 1100100 100 101111 0 1100000 111101 1011001 1011100 10100

Color Harmonies of #356404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356404

Black with #356404

Text Example


Text Example

White with #356404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356404; }

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

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

background-color css

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

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

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

border-color css

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

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

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