Html Css Color HEX #47521C Verdun Green

📋 copy color: '#47521C'

red 71 ◦ green 82 ◦ blue 28

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

Shades of Verdun Green #47521C

Tints of Verdun Green #47521C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 15.47%

R = 39.23%
G = 45.3%
B = 15.47%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.66

 K value IS 0.68

RGB Variations

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

Color information

#47521C (or 0x47521C) is known color: Verdun Green. HEX triplet: 47, 52 and 1C. RGB value is (71,82,28). Sum of RGB (Red+Green+Blue) = 71+82+28=181 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.23% from 181); Green value is 82 (32.42% from 255 or 45.30% from 181); Blue value is 28 (11.33% from 255 or 15.47% from 181); Max value from RGB is 82 - color contains mainly: green. Hex color #47521C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47521C is #B8ADE3. Grayscale: #484848. Windows color (decimal): -12103140 or 1856071. OLE color: 1856071.

HSL color Cylindrical-coordinate representation of color #47521C: hue angle of 72.22º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #47521C is Cyan = 0.13, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.68.

Color convert

RGB 71 82 28 -
CMYK 0.13 0 0.66 0.68
HSL 72.22º 0.49% 0.22% -
HSV(B) 72.22º 0.66% 0.32% -
XYZ 5.83 7.46 2.23 -
YUV 72.56 102.86 126.89 -
System Red Green Blue C M Y K H S L
Decimal 71 82 28 0.13 0 0.66 0.68 72.22 0.49 0.22
Hex 47 52 1C D 0 42 44 48 31 16
Octal 107 122 34 15 0 102 104 110 61 26
Binary 1000111 1010010 11100 1101 0 1000010 1000100 1001000 110001 10110

Color Harmonies of #47521C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47521C

Black with #47521C

Text Example


Text Example

White with #47521C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47521C; }

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

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

background-color css

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

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

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

border-color css

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

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

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