Html Css Color HEX #356203 Verdun Green

📋 copy color: '#356203'

red 53 ◦ green 98 ◦ blue 3

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

Shades of Verdun Green #356203

Tints of Verdun Green #356203

RGB

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

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

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

R = 34.42%
G = 63.64%
B = 1.95%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.97

 K value IS 0.62

RGB Variations

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

Color information

#356203 (or 0x356203) is known color: Verdun Green. HEX triplet: 35, 62 and 03. RGB value is (53,98,3). Sum of RGB (Red+Green+Blue) = 53+98+3=154 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.42% from 154); Green value is 98 (38.67% from 255 or 63.64% from 154); Blue value is 3 (1.56% from 255 or 1.95% from 154); Max value from RGB is 98 - color contains mainly: green. Hex color #356203 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #356203 is #CA9DFC. Grayscale: #4A4A4A. Windows color (decimal): -13278717 or 221749. OLE color: 221749.

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

Color convert

RGB 53 98 3 -
CMYK 0.46 0 0.97 0.62
HSL 88.42º 0.94% 0.2% -
HSV(B) 88.42º 0.97% 0.38% -
XYZ 5.85 9.5 1.61 -
YUV 73.72 88.09 113.22 -
System Red Green Blue C M Y K H S L
Decimal 53 98 3 0.46 0 0.97 0.62 88.42 0.94 0.2
Hex 35 62 3 2E 0 61 3E 58 5E 14
Octal 65 142 3 56 0 141 76 130 136 24
Binary 110101 1100010 11 101110 0 1100001 111110 1011000 1011110 10100

Color Harmonies of #356203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356203

Black with #356203

Text Example


Text Example

White with #356203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356203; }

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

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

background-color css

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

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

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

border-color css

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

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

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