Html Css Color HEX #47480E Verdun Green

📋 copy color: '#47480E'

red 71 ◦ green 72 ◦ blue 14

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

Shades of Verdun Green #47480E

Tints of Verdun Green #47480E

RGB

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

 GREEN value IS 72 (28.52% from 255) = 45.86%

 BLUE value IS 14 (5.86% from 255) = 8.92%

R = 45.22%
G = 45.86%
B = 8.92%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.81

 K value IS 0.72

RGB Variations

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

Color information

#47480E (or 0x47480E) is known color: Verdun Green. HEX triplet: 47, 48 and 0E. RGB value is (71,72,14). Sum of RGB (Red+Green+Blue) = 71+72+14=157 (20% of max value = 765). Red value is 71 (28.12% from 255 or 45.22% from 157); Green value is 72 (28.52% from 255 or 45.86% from 157); Blue value is 14 (5.86% from 255 or 8.92% from 157); Max value from RGB is 72 - color contains mainly: green. Hex color #47480E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #47480E is #B8B7F1. Grayscale: #414141. Windows color (decimal): -12105714 or 936007. OLE color: 936007.

HSL color Cylindrical-coordinate representation of color #47480E: hue angle of 61.03º degrees, saturation: 0.67, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #47480E is Cyan = 0.01, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 72 14 -
CMYK 0.01 0 0.81 0.72
HSL 61.03º 0.67% 0.17% -
HSV(B) 61.03º 0.81% 0.28% -
XYZ 5 6.01 1.31 -
YUV 65.09 99.17 132.22 -
System Red Green Blue C M Y K H S L
Decimal 71 72 14 0.01 0 0.81 0.72 61.03 0.67 0.17
Hex 47 48 E 1 0 51 48 3D 43 11
Octal 107 110 16 1 0 121 110 75 103 21
Binary 1000111 1001000 1110 1 0 1010001 1001000 111101 1000011 10001

Color Harmonies of #47480E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47480E

Black with #47480E

Text Example


Text Example

White with #47480E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47480E; }

 p { color: rgb(71,72,14); }

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

background-color css

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

 a { background-color: rgb(71,72,14); }

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

border-color css

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

 span { border-color: rgb(71,72,14); }

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