Html Css Color HEX #48480D Verdun Green

📋 copy color: '#48480D'

red 72 ◦ green 72 ◦ blue 13

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

Shades of Verdun Green #48480D

Tints of Verdun Green #48480D

RGB

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

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

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

R = 45.86%
G = 45.86%
B = 8.28%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.82

 K value IS 0.72

RGB Variations

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

Color information

#48480D (or 0x48480D) is known color: Verdun Green. HEX triplet: 48, 48 and 0D. RGB value is (72,72,13). Sum of RGB (Red+Green+Blue) = 72+72+13=157 (20% of max value = 765). Red value is 72 (28.52% from 255 or 45.86% from 157); Green value is 72 (28.52% from 255 or 45.86% from 157); Blue value is 13 (5.47% from 255 or 8.28% from 157); Max value from RGB is 72 - color contains mainly: red, green. Hex color #48480D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #48480D is #B7B7F2. Grayscale: #414141. Windows color (decimal): -12040179 or 870472. OLE color: 870472.

HSL color Cylindrical-coordinate representation of color #48480D: hue angle of 60º 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 #48480D is Cyan = 0, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 72 13 -
CMYK 0 0 0.82 0.72
HSL 60º 0.69% 0.17% -
HSV(B) 60º 0.82% 0.28% -
XYZ 5.06 6.04 1.28 -
YUV 65.27 98.5 132.8 -
System Red Green Blue C M Y K H S L
Decimal 72 72 13 0 0 0.82 0.72 60 0.69 0.17
Hex 48 48 D 0 0 52 48 3C 45 11
Octal 110 110 15 0 0 122 110 74 105 21
Binary 1001000 1001000 1101 0 0 1010010 1001000 111100 1000101 10001

Color Harmonies of #48480D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48480D

Black with #48480D

Text Example


Text Example

White with #48480D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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