Html Css Color HEX #356102 Verdun Green

📋 copy color: '#356102'

red 53 ◦ green 97 ◦ blue 2

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

Shades of Verdun Green #356102

Tints of Verdun Green #356102

RGB

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

 GREEN value IS 97 (38.28% from 255) = 63.82%

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

R = 34.87%
G = 63.82%
B = 1.32%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.98

 K value IS 0.62

RGB Variations

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

Color information

#356102 (or 0x356102) is known color: Verdun Green. HEX triplet: 35, 61 and 02. RGB value is (53,97,2). Sum of RGB (Red+Green+Blue) = 53+97+2=152 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.87% from 152); Green value is 97 (38.28% from 255 or 63.82% from 152); Blue value is 2 (1.17% from 255 or 1.32% from 152); Max value from RGB is 97 - color contains mainly: green. Hex color #356102 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #356102 is #CA9EFD. Grayscale: #494949. Windows color (decimal): -13278974 or 155957. OLE color: 155957.

HSL color Cylindrical-coordinate representation of color #356102: hue angle of 87.79º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #356102 is Cyan = 0.45, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.62.

Color convert

RGB 53 97 2 -
CMYK 0.45 0 0.98 0.62
HSL 87.79º 0.96% 0.19% -
HSV(B) 87.79º 0.98% 0.38% -
XYZ 5.75 9.31 1.55 -
YUV 73.01 87.92 113.72 -
System Red Green Blue C M Y K H S L
Decimal 53 97 2 0.45 0 0.98 0.62 87.79 0.96 0.19
Hex 35 61 2 2D 0 62 3E 58 60 13
Octal 65 141 2 55 0 142 76 130 140 23
Binary 110101 1100001 10 101101 0 1100010 111110 1011000 1100000 10011

Color Harmonies of #356102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356102

Black with #356102

Text Example


Text Example

White with #356102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356102; }

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

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

background-color css

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

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

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

border-color css

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

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

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