Html Css Color HEX #48540D Verdun Green

📋 copy color: '#48540D'

red 72 ◦ green 84 ◦ blue 13

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

Shades of Verdun Green #48540D

Tints of Verdun Green #48540D

RGB

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

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

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

R = 42.6%
G = 49.7%
B = 7.69%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.85

 K value IS 0.67

RGB Variations

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

Color information

#48540D (or 0x48540D) is known color: Verdun Green. HEX triplet: 48, 54 and 0D. RGB value is (72,84,13). Sum of RGB (Red+Green+Blue) = 72+84+13=169 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.60% from 169); Green value is 84 (33.20% from 255 or 49.70% from 169); Blue value is 13 (5.47% from 255 or 7.69% from 169); Max value from RGB is 84 - color contains mainly: green. Hex color #48540D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #48540D is #B7ABF2. Grayscale: #484848. Windows color (decimal): -12037107 or 873544. OLE color: 873544.

HSL color Cylindrical-coordinate representation of color #48540D: hue angle of 70.14º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #48540D is Cyan = 0.14, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.67.

Color convert

RGB 72 84 13 -
CMYK 0.14 0 0.85 0.67
HSL 70.14º 0.73% 0.19% -
HSV(B) 70.14º 0.85% 0.33% -
XYZ 5.92 7.75 1.56 -
YUV 72.32 94.52 127.77 -
System Red Green Blue C M Y K H S L
Decimal 72 84 13 0.14 0 0.85 0.67 70.14 0.73 0.19
Hex 48 54 D E 0 55 43 46 49 13
Octal 110 124 15 16 0 125 103 106 111 23
Binary 1001000 1010100 1101 1110 0 1010101 1000011 1000110 1001001 10011

Color Harmonies of #48540D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48540D

Black with #48540D

Text Example


Text Example

White with #48540D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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