Html Css Color HEX #356303 Verdun Green

📋 copy color: '#356303'

red 53 ◦ green 99 ◦ blue 3

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

Shades of Verdun Green #356303

Tints of Verdun Green #356303

RGB

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

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

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

R = 34.19%
G = 63.87%
B = 1.94%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.97

 K value IS 0.61

RGB Variations

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

Color information

#356303 (or 0x356303) is known color: Verdun Green. HEX triplet: 35, 63 and 03. RGB value is (53,99,3). Sum of RGB (Red+Green+Blue) = 53+99+3=155 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.19% from 155); Green value is 99 (39.06% from 255 or 63.87% from 155); Blue value is 3 (1.56% from 255 or 1.94% from 155); Max value from RGB is 99 - color contains mainly: green. Hex color #356303 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #356303 is #CA9CFC. Grayscale: #4A4A4A. Windows color (decimal): -13278461 or 222005. OLE color: 222005.

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

Color convert

RGB 53 99 3 -
CMYK 0.46 0 0.97 0.61
HSL 88.75º 0.94% 0.2% -
HSV(B) 88.75º 0.97% 0.39% -
XYZ 5.95 9.69 1.64 -
YUV 74.3 87.76 112.81 -
System Red Green Blue C M Y K H S L
Decimal 53 99 3 0.46 0 0.97 0.61 88.75 0.94 0.2
Hex 35 63 3 2E 0 61 3D 59 5E 14
Octal 65 143 3 56 0 141 75 131 136 24
Binary 110101 1100011 11 101110 0 1100001 111101 1011001 1011110 10100

Color Harmonies of #356303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356303

Black with #356303

Text Example


Text Example

White with #356303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356303; }

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

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

background-color css

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

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

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

border-color css

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

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

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