Html Css Color HEX #356003 Verdun Green

📋 copy color: '#356003'

red 53 ◦ green 96 ◦ blue 3

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

Shades of Verdun Green #356003

Tints of Verdun Green #356003

RGB

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

 GREEN value IS 96 (37.89% from 255) = 63.16%

 BLUE value IS 3 (1.56% from 255) = 1.97%

R = 34.87%
G = 63.16%
B = 1.97%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.97

 K value IS 0.62

RGB Variations

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

Color information

#356003 (or 0x356003) is known color: Verdun Green. HEX triplet: 35, 60 and 03. RGB value is (53,96,3). Sum of RGB (Red+Green+Blue) = 53+96+3=152 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.87% from 152); Green value is 96 (37.89% from 255 or 63.16% from 152); Blue value is 3 (1.56% from 255 or 1.97% from 152); Max value from RGB is 96 - color contains mainly: green. Hex color #356003 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #356003 is #CA9FFC. Grayscale: #484848. Windows color (decimal): -13279229 or 221237. OLE color: 221237.

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

Color convert

RGB 53 96 3 -
CMYK 0.45 0 0.97 0.62
HSL 87.74º 0.94% 0.19% -
HSV(B) 87.74º 0.97% 0.38% -
XYZ 5.67 9.13 1.55 -
YUV 72.54 88.75 114.06 -
System Red Green Blue C M Y K H S L
Decimal 53 96 3 0.45 0 0.97 0.62 87.74 0.94 0.19
Hex 35 60 3 2D 0 61 3E 58 5E 13
Octal 65 140 3 55 0 141 76 130 136 23
Binary 110101 1100000 11 101101 0 1100001 111110 1011000 1011110 10011

Color Harmonies of #356003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356003

Black with #356003

Text Example


Text Example

White with #356003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356003; }

 p { color: rgb(53,96,3); }

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

background-color css

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

 a { background-color: rgb(53,96,3); }

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

border-color css

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

 span { border-color: rgb(53,96,3); }

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