Html Css Color HEX #356800 Verdun Green

📋 copy color: '#356800'

red 53 ◦ green 104 ◦ blue 0

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

Shades of Verdun Green #356800

Tints of Verdun Green #356800

RGB

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

 GREEN value IS 104 (41.02% from 255) = 66.24%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 33.76%
G = 66.24%
B = 0%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 1

 K value IS 0.59

RGB Variations

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

Color information

#356800 (or 0x356800) is known color: Verdun Green. HEX triplet: 35, 68 and 00. RGB value is (53,104,0). Sum of RGB (Red+Green+Blue) = 53+104+0=157 (20% of max value = 765). Red value is 53 (21.09% from 255 or 33.76% from 157); Green value is 104 (41.02% from 255 or 66.24% from 157); Blue value is 0 (0.39% from 255 or 0% from 157); Max value from RGB is 104 - color contains mainly: green. Hex color #356800 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #356800 is #CA97FF. Grayscale: #4D4D4D. Windows color (decimal): -13277184 or 26677. OLE color: 26677.

HSL color Cylindrical-coordinate representation of color #356800: hue angle of 89.42º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #356800 is Cyan = 0.49, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.59.

Color convert

RGB 53 104 0 -
CMYK 0.49 0 1 0.59
HSL 89.42º 1% 0.2% -
HSV(B) 89.42º 1% 0.41% -
XYZ 6.42 10.66 1.72 -
YUV 76.9 84.6 110.96 -
System Red Green Blue C M Y K H S L
Decimal 53 104 0 0.49 0 1 0.59 89.42 1 0.2
Hex 35 68 0 31 0 64 3B 59 64 14
Octal 65 150 0 61 0 144 73 131 144 24
Binary 110101 1101000 0 110001 0 1100100 111011 1011001 1100100 10100

Color Harmonies of #356800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356800

Black with #356800

Text Example


Text Example

White with #356800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356800; }

 p { color: rgb(53,104,0); }

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

background-color css

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

 a { background-color: rgb(53,104,0); }

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

border-color css

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

 span { border-color: rgb(53,104,0); }

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