Html Css Color HEX #356302 Verdun Green

📋 copy color: '#356302'

red 53 ◦ green 99 ◦ blue 2

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

Shades of Verdun Green #356302

Tints of Verdun Green #356302

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.3%

R = 34.42%
G = 64.29%
B = 1.3%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.98

 K value IS 0.61

RGB Variations

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

Color information

#356302 (or 0x356302) is known color: Verdun Green. HEX triplet: 35, 63 and 02. RGB value is (53,99,2). Sum of RGB (Red+Green+Blue) = 53+99+2=154 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.42% from 154); Green value is 99 (39.06% from 255 or 64.29% from 154); Blue value is 2 (1.17% from 255 or 1.30% from 154); Max value from RGB is 99 - color contains mainly: green. Hex color #356302 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #356302 is #CA9CFD. Grayscale: #4A4A4A. Windows color (decimal): -13278462 or 156469. OLE color: 156469.

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

Color convert

RGB 53 99 2 -
CMYK 0.46 0 0.98 0.61
HSL 88.45º 0.96% 0.2% -
HSV(B) 88.45º 0.98% 0.39% -
XYZ 5.94 9.68 1.61 -
YUV 74.19 87.26 112.89 -
System Red Green Blue C M Y K H S L
Decimal 53 99 2 0.46 0 0.98 0.61 88.45 0.96 0.2
Hex 35 63 2 2E 0 62 3D 58 60 14
Octal 65 143 2 56 0 142 75 130 140 24
Binary 110101 1100011 10 101110 0 1100010 111101 1011000 1100000 10100

Color Harmonies of #356302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356302

Black with #356302

Text Example


Text Example

White with #356302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356302; }

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

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

background-color css

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

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

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

border-color css

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

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

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