Html Css Color HEX #356101 Verdun Green

📋 copy color: '#356101'

red 53 ◦ green 97 ◦ blue 1

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

Shades of Verdun Green #356101

Tints of Verdun Green #356101

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.66%

R = 35.1%
G = 64.24%
B = 0.66%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.99

 K value IS 0.62

RGB Variations

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

Color information

#356101 (or 0x356101) is known color: Verdun Green. HEX triplet: 35, 61 and 01. RGB value is (53,97,1). Sum of RGB (Red+Green+Blue) = 53+97+1=151 (20% of max value = 765). Red value is 53 (21.09% from 255 or 35.10% from 151); Green value is 97 (38.28% from 255 or 64.24% from 151); Blue value is 1 (0.78% from 255 or 0.66% from 151); Max value from RGB is 97 - color contains mainly: green. Hex color #356101 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #356101 is #CA9EFE. Grayscale: #494949. Windows color (decimal): -13278975 or 90421. OLE color: 90421.

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

Color convert

RGB 53 97 1 -
CMYK 0.45 0 0.99 0.62
HSL 87.5º 0.98% 0.19% -
HSV(B) 87.5º 0.99% 0.38% -
XYZ 5.75 9.31 1.52 -
YUV 72.9 87.42 113.81 -
System Red Green Blue C M Y K H S L
Decimal 53 97 1 0.45 0 0.99 0.62 87.5 0.98 0.19
Hex 35 61 1 2D 0 63 3E 57 62 13
Octal 65 141 1 55 0 143 76 127 142 23
Binary 110101 1100001 1 101101 0 1100011 111110 1010111 1100010 10011

Color Harmonies of #356101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356101

Black with #356101

Text Example


Text Example

White with #356101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356101; }

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

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

background-color css

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

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

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

border-color css

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

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

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