Html Css Color HEX #356200 Verdun Green

📋 copy color: '#356200'

red 53 ◦ green 98 ◦ blue 0

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

Shades of Verdun Green #356200

Tints of Verdun Green #356200

RGB

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

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

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

R = 35.1%
G = 64.9%
B = 0%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 1

 K value IS 0.62

RGB Variations

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

Color information

#356200 (or 0x356200) is known color: Verdun Green. HEX triplet: 35, 62 and 00. RGB value is (53,98,0). Sum of RGB (Red+Green+Blue) = 53+98+0=151 (20% of max value = 765). Red value is 53 (21.09% from 255 or 35.10% from 151); Green value is 98 (38.67% from 255 or 64.90% from 151); Blue value is 0 (0.39% from 255 or 0% from 151); Max value from RGB is 98 - color contains mainly: green. Hex color #356200 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #356200 is #CA9DFF. Grayscale: #494949. Windows color (decimal): -13278720 or 25141. OLE color: 25141.

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

Color convert

RGB 53 98 0 -
CMYK 0.46 0 1 0.62
HSL 87.55º 1% 0.19% -
HSV(B) 87.55º 1% 0.38% -
XYZ 5.84 9.49 1.52 -
YUV 73.37 86.59 113.47 -
System Red Green Blue C M Y K H S L
Decimal 53 98 0 0.46 0 1 0.62 87.55 1 0.19
Hex 35 62 0 2E 0 64 3E 58 64 13
Octal 65 142 0 56 0 144 76 130 144 23
Binary 110101 1100010 0 101110 0 1100100 111110 1011000 1100100 10011

Color Harmonies of #356200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356200

Black with #356200

Text Example


Text Example

White with #356200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356200; }

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

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

background-color css

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

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

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

border-color css

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

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

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