Html Css Color HEX #356802 Verdun Green

📋 copy color: '#356802'

red 53 ◦ green 104 ◦ blue 2

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

Shades of Verdun Green #356802

Tints of Verdun Green #356802

RGB

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

 GREEN value IS 104 (41.02% from 255) = 65.41%

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

R = 33.33%
G = 65.41%
B = 1.26%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.98

 K value IS 0.59

RGB Variations

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

Color information

#356802 (or 0x356802) is known color: Verdun Green. HEX triplet: 35, 68 and 02. RGB value is (53,104,2). Sum of RGB (Red+Green+Blue) = 53+104+2=159 (21% of max value = 765). Red value is 53 (21.09% from 255 or 33.33% from 159); Green value is 104 (41.02% from 255 or 65.41% from 159); Blue value is 2 (1.17% from 255 or 1.26% from 159); Max value from RGB is 104 - color contains mainly: green. Hex color #356802 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #356802 is #CA97FD. Grayscale: #4D4D4D. Windows color (decimal): -13277182 or 157749. OLE color: 157749.

HSL color Cylindrical-coordinate representation of color #356802: hue angle of 90º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #356802 is Cyan = 0.49, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.59.

Color convert

RGB 53 104 2 -
CMYK 0.49 0 0.98 0.59
HSL 90º 0.96% 0.21% -
HSV(B) 90º 0.98% 0.41% -
XYZ 6.43 10.66 1.78 -
YUV 77.12 85.6 110.79 -
System Red Green Blue C M Y K H S L
Decimal 53 104 2 0.49 0 0.98 0.59 90 0.96 0.21
Hex 35 68 2 31 0 62 3B 5A 60 15
Octal 65 150 2 61 0 142 73 132 140 25
Binary 110101 1101000 10 110001 0 1100010 111011 1011010 1100000 10101

Color Harmonies of #356802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356802

Black with #356802

Text Example


Text Example

White with #356802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356802; }

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

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

background-color css

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

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

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

border-color css

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

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

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