Html Css Color HEX #475201 Verdun Green

📋 copy color: '#475201'

red 71 ◦ green 82 ◦ blue 1

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

Shades of Verdun Green #475201

Tints of Verdun Green #475201

RGB

 RED value IS 71 (28.13% from 255) = 46.1%

 GREEN value IS 82 (32.42% from 255) = 53.25%

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

R = 46.1%
G = 53.25%
B = 0.65%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.99

 K value IS 0.68

RGB Variations

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

Color information

#475201 (or 0x475201) is known color: Verdun Green. HEX triplet: 47, 52 and 01. RGB value is (71,82,1). Sum of RGB (Red+Green+Blue) = 71+82+1=154 (20% of max value = 765). Red value is 71 (28.12% from 255 or 46.10% from 154); Green value is 82 (32.42% from 255 or 53.25% from 154); Blue value is 1 (0.78% from 255 or 0.65% from 154); Max value from RGB is 82 - color contains mainly: green. Hex color #475201 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #475201 is #B8ADFE. Grayscale: #454545. Windows color (decimal): -12103167 or 86599. OLE color: 86599.

HSL color Cylindrical-coordinate representation of color #475201: hue angle of 68.15º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #475201 is Cyan = 0.13, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.68.

Color convert

RGB 71 82 1 -
CMYK 0.13 0 0.99 0.68
HSL 68.15º 0.98% 0.16% -
HSV(B) 68.15º 0.99% 0.32% -
XYZ 5.62 7.38 1.16 -
YUV 69.48 89.36 129.09 -
System Red Green Blue C M Y K H S L
Decimal 71 82 1 0.13 0 0.99 0.68 68.15 0.98 0.16
Hex 47 52 1 D 0 63 44 44 62 10
Octal 107 122 1 15 0 143 104 104 142 20
Binary 1000111 1010010 1 1101 0 1100011 1000100 1000100 1100010 10000

Color Harmonies of #475201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475201

Black with #475201

Text Example


Text Example

White with #475201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475201; }

 p { color: rgb(71,82,1); }

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

background-color css

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

 a { background-color: rgb(71,82,1); }

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

border-color css

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

 span { border-color: rgb(71,82,1); }

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