Html Css Color HEX #47440B Verdun Green

📋 copy color: '#47440B'

red 71 ◦ green 68 ◦ blue 11

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

Shades of Verdun Green #47440B

Tints of Verdun Green #47440B

RGB

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

 GREEN value IS 68 (26.95% from 255) = 45.33%

 BLUE value IS 11 (4.69% from 255) = 7.33%

R = 47.33%
G = 45.33%
B = 7.33%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.85

 K value IS 0.72

RGB Variations

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

Color information

#47440B (or 0x47440B) is known color: Verdun Green. HEX triplet: 47, 44 and 0B. RGB value is (71,68,11). Sum of RGB (Red+Green+Blue) = 71+68+11=150 (19% of max value = 765). Red value is 71 (28.12% from 255 or 47.33% from 150); Green value is 68 (26.95% from 255 or 45.33% from 150); Blue value is 11 (4.69% from 255 or 7.33% from 150); Max value from RGB is 71 - color contains mainly: red. Hex color #47440B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #47440B is #B8BBF4. Grayscale: #3E3E3E. Windows color (decimal): -12106741 or 738375. OLE color: 738375.

HSL color Cylindrical-coordinate representation of color #47440B: hue angle of 57º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #47440B is Cyan = 0, Magento = 0.04, Yellow = 0.85 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 68 11 -
CMYK 0 0.04 0.85 0.72
HSL 57º 0.73% 0.16% -
HSV(B) 57º 0.85% 0.28% -
XYZ 4.73 5.5 1.13 -
YUV 62.4 98.99 134.13 -
System Red Green Blue C M Y K H S L
Decimal 71 68 11 0 0.04 0.85 0.72 57 0.73 0.16
Hex 47 44 B 0 4 55 48 39 49 10
Octal 107 104 13 0 4 125 110 71 111 20
Binary 1000111 1000100 1011 0 100 1010101 1001000 111001 1001001 10000

Color Harmonies of #47440B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47440B

Black with #47440B

Text Example


Text Example

White with #47440B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47440B; }

 p { color: rgb(71,68,11); }

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

background-color css

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

 a { background-color: rgb(71,68,11); }

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

border-color css

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

 span { border-color: rgb(71,68,11); }

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