Html Css Color HEX #356806 Verdun Green

📋 copy color: '#356806'

red 53 ◦ green 104 ◦ blue 6

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

Shades of Verdun Green #356806

Tints of Verdun Green #356806

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 3.68%

R = 32.52%
G = 63.8%
B = 3.68%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.94

 K value IS 0.59

RGB Variations

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

Color information

#356806 (or 0x356806) is known color: Verdun Green. HEX triplet: 35, 68 and 06. RGB value is (53,104,6). Sum of RGB (Red+Green+Blue) = 53+104+6=163 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.52% from 163); Green value is 104 (41.02% from 255 or 63.80% from 163); Blue value is 6 (2.73% from 255 or 3.68% from 163); Max value from RGB is 104 - color contains mainly: green. Hex color #356806 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #356806 is #CA97F9. Grayscale: #4D4D4D. Windows color (decimal): -13277178 or 419893. OLE color: 419893.

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

Color convert

RGB 53 104 6 -
CMYK 0.49 0 0.94 0.59
HSL 91.22º 0.89% 0.22% -
HSV(B) 91.22º 0.94% 0.41% -
XYZ 6.45 10.67 1.89 -
YUV 77.58 87.6 110.47 -
System Red Green Blue C M Y K H S L
Decimal 53 104 6 0.49 0 0.94 0.59 91.22 0.89 0.22
Hex 35 68 6 31 0 5E 3B 5B 59 16
Octal 65 150 6 61 0 136 73 133 131 26
Binary 110101 1101000 110 110001 0 1011110 111011 1011011 1011001 10110

Color Harmonies of #356806

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356806

Black with #356806

Text Example


Text Example

White with #356806

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356806; }

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

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

background-color css

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

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

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

border-color css

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

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

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