Html Css Color HEX #356304 Verdun Green

📋 copy color: '#356304'

red 53 ◦ green 99 ◦ blue 4

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

Shades of Verdun Green #356304

Tints of Verdun Green #356304

RGB

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

 GREEN value IS 99 (39.06% from 255) = 63.46%

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

R = 33.97%
G = 63.46%
B = 2.56%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.96

 K value IS 0.61

RGB Variations

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

Color information

#356304 (or 0x356304) is known color: Verdun Green. HEX triplet: 35, 63 and 04. RGB value is (53,99,4). Sum of RGB (Red+Green+Blue) = 53+99+4=156 (20% of max value = 765). Red value is 53 (21.09% from 255 or 33.97% from 156); Green value is 99 (39.06% from 255 or 63.46% from 156); Blue value is 4 (1.95% from 255 or 2.56% from 156); Max value from RGB is 99 - color contains mainly: green. Hex color #356304 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #356304 is #CA9CFB. Grayscale: #4A4A4A. Windows color (decimal): -13278460 or 287541. OLE color: 287541.

HSL color Cylindrical-coordinate representation of color #356304: hue angle of 89.05º 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 #356304 is Cyan = 0.46, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.61.

Color convert

RGB 53 99 4 -
CMYK 0.46 0 0.96 0.61
HSL 89.05º 0.92% 0.2% -
HSV(B) 89.05º 0.96% 0.39% -
XYZ 5.95 9.69 1.67 -
YUV 74.42 88.26 112.72 -
System Red Green Blue C M Y K H S L
Decimal 53 99 4 0.46 0 0.96 0.61 89.05 0.92 0.2
Hex 35 63 4 2E 0 60 3D 59 5C 14
Octal 65 143 4 56 0 140 75 131 134 24
Binary 110101 1100011 100 101110 0 1100000 111101 1011001 1011100 10100

Color Harmonies of #356304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356304

Black with #356304

Text Example


Text Example

White with #356304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356304; }

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

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

background-color css

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

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

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

border-color css

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

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

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