Html Css Color HEX #48470D Verdun Green

📋 copy color: '#48470D'

red 72 ◦ green 71 ◦ blue 13

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

Shades of Verdun Green #48470D

Tints of Verdun Green #48470D

RGB

 RED value IS 72 (28.52% from 255) = 46.15%

 GREEN value IS 71 (28.13% from 255) = 45.51%

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

R = 46.15%
G = 45.51%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.82

 K value IS 0.72

RGB Variations

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

Color information

#48470D (or 0x48470D) is known color: Verdun Green. HEX triplet: 48, 47 and 0D. RGB value is (72,71,13). Sum of RGB (Red+Green+Blue) = 72+71+13=156 (20% of max value = 765). Red value is 72 (28.52% from 255 or 46.15% from 156); Green value is 71 (28.12% from 255 or 45.51% from 156); Blue value is 13 (5.47% from 255 or 8.33% from 156); Max value from RGB is 72 - color contains mainly: red. Hex color #48470D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #48470D is #B7B8F2. Grayscale: #404040. Windows color (decimal): -12040435 or 870216. OLE color: 870216.

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

Color convert

RGB 72 71 13 -
CMYK 0 0.01 0.82 0.72
HSL 58.98º 0.69% 0.17% -
HSV(B) 58.98º 0.82% 0.28% -
XYZ 5 5.91 1.26 -
YUV 64.69 98.83 133.22 -
System Red Green Blue C M Y K H S L
Decimal 72 71 13 0 0.01 0.82 0.72 58.98 0.69 0.17
Hex 48 47 D 0 1 52 48 3B 45 11
Octal 110 107 15 0 1 122 110 73 105 21
Binary 1001000 1000111 1101 0 1 1010010 1001000 111011 1000101 10001

Color Harmonies of #48470D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48470D

Black with #48470D

Text Example


Text Example

White with #48470D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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