Html Css Color HEX #47540C Verdun Green

📋 copy color: '#47540C'

red 71 ◦ green 84 ◦ blue 12

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

Shades of Verdun Green #47540C

Tints of Verdun Green #47540C

RGB

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

 GREEN value IS 84 (33.2% from 255) = 50.3%

 BLUE value IS 12 (5.08% from 255) = 7.19%

R = 42.51%
G = 50.3%
B = 7.19%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.86

 K value IS 0.67

RGB Variations

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

Color information

#47540C (or 0x47540C) is known color: Verdun Green. HEX triplet: 47, 54 and 0C. RGB value is (71,84,12). Sum of RGB (Red+Green+Blue) = 71+84+12=167 (22% of max value = 765). Red value is 71 (28.12% from 255 or 42.51% from 167); Green value is 84 (33.20% from 255 or 50.30% from 167); Blue value is 12 (5.08% from 255 or 7.19% from 167); Max value from RGB is 84 - color contains mainly: green. Hex color #47540C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #47540C is #B8ABF3. Grayscale: #484848. Windows color (decimal): -12102644 or 808007. OLE color: 808007.

HSL color Cylindrical-coordinate representation of color #47540C: hue angle of 70.83º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #47540C is Cyan = 0.15, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.67.

Color convert

RGB 71 84 12 -
CMYK 0.15 0 0.86 0.67
HSL 70.83º 0.75% 0.19% -
HSV(B) 70.83º 0.86% 0.33% -
XYZ 5.84 7.71 1.53 -
YUV 71.91 94.19 127.35 -
System Red Green Blue C M Y K H S L
Decimal 71 84 12 0.15 0 0.86 0.67 70.83 0.75 0.19
Hex 47 54 C F 0 56 43 47 4B 13
Octal 107 124 14 17 0 126 103 107 113 23
Binary 1000111 1010100 1100 1111 0 1010110 1000011 1000111 1001011 10011

Color Harmonies of #47540C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47540C

Black with #47540C

Text Example


Text Example

White with #47540C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,84,12); }

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

background-color css

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

 a { background-color: rgb(71,84,12); }

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

border-color css

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

 span { border-color: rgb(71,84,12); }

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