Html Css Color HEX #356305 Verdun Green

📋 copy color: '#356305'

red 53 ◦ green 99 ◦ blue 5

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

Shades of Verdun Green #356305

Tints of Verdun Green #356305

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 3.18%

R = 33.76%
G = 63.06%
B = 3.18%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.95

 K value IS 0.61

RGB Variations

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

Color information

#356305 (or 0x356305) is known color: Verdun Green. HEX triplet: 35, 63 and 05. RGB value is (53,99,5). Sum of RGB (Red+Green+Blue) = 53+99+5=157 (20% of max value = 765). Red value is 53 (21.09% from 255 or 33.76% from 157); Green value is 99 (39.06% from 255 or 63.06% from 157); Blue value is 5 (2.34% from 255 or 3.18% from 157); Max value from RGB is 99 - color contains mainly: green. Hex color #356305 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #356305 is #CA9CFA. Grayscale: #4A4A4A. Windows color (decimal): -13278459 or 353077. OLE color: 353077.

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

Color convert

RGB 53 99 5 -
CMYK 0.46 0 0.95 0.61
HSL 89.36º 0.9% 0.2% -
HSV(B) 89.36º 0.95% 0.39% -
XYZ 5.96 9.69 1.7 -
YUV 74.53 88.76 112.64 -
System Red Green Blue C M Y K H S L
Decimal 53 99 5 0.46 0 0.95 0.61 89.36 0.9 0.2
Hex 35 63 5 2E 0 5F 3D 59 5A 14
Octal 65 143 5 56 0 137 75 131 132 24
Binary 110101 1100011 101 101110 0 1011111 111101 1011001 1011010 10100

Color Harmonies of #356305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356305

Black with #356305

Text Example


Text Example

White with #356305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356305; }

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

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

background-color css

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

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

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

border-color css

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

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

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