Html Css Color HEX #47520D Verdun Green

📋 copy color: '#47520D'

red 71 ◦ green 82 ◦ blue 13

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

Shades of Verdun Green #47520D

Tints of Verdun Green #47520D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 7.83%

R = 42.77%
G = 49.4%
B = 7.83%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.84

 K value IS 0.68

RGB Variations

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

Color information

#47520D (or 0x47520D) is known color: Verdun Green. HEX triplet: 47, 52 and 0D. RGB value is (71,82,13). Sum of RGB (Red+Green+Blue) = 71+82+13=166 (21% of max value = 765). Red value is 71 (28.12% from 255 or 42.77% from 166); Green value is 82 (32.42% from 255 or 49.40% from 166); Blue value is 13 (5.47% from 255 or 7.83% from 166); Max value from RGB is 82 - color contains mainly: green. Hex color #47520D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #47520D is #B8ADF2. Grayscale: #474747. Windows color (decimal): -12103155 or 873031. OLE color: 873031.

HSL color Cylindrical-coordinate representation of color #47520D: hue angle of 69.57º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #47520D is Cyan = 0.13, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.68.

Color convert

RGB 71 82 13 -
CMYK 0.13 0 0.84 0.68
HSL 69.57º 0.73% 0.19% -
HSV(B) 69.57º 0.84% 0.32% -
XYZ 5.69 7.4 1.51 -
YUV 70.85 95.36 128.11 -
System Red Green Blue C M Y K H S L
Decimal 71 82 13 0.13 0 0.84 0.68 69.57 0.73 0.19
Hex 47 52 D D 0 54 44 46 49 13
Octal 107 122 15 15 0 124 104 106 111 23
Binary 1000111 1010010 1101 1101 0 1010100 1000100 1000110 1001001 10011

Color Harmonies of #47520D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47520D

Black with #47520D

Text Example


Text Example

White with #47520D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47520D; }

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

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

background-color css

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

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

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

border-color css

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

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

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