Html Css Color HEX #48540F Verdun Green

📋 copy color: '#48540F'

red 72 ◦ green 84 ◦ blue 15

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

Shades of Verdun Green #48540F

Tints of Verdun Green #48540F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 8.77%

R = 42.11%
G = 49.12%
B = 8.77%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.82

 K value IS 0.67

RGB Variations

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

Color information

#48540F (or 0x48540F) is known color: Verdun Green. HEX triplet: 48, 54 and 0F. RGB value is (72,84,15). Sum of RGB (Red+Green+Blue) = 72+84+15=171 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.11% from 171); Green value is 84 (33.20% from 255 or 49.12% from 171); Blue value is 15 (6.25% from 255 or 8.77% from 171); Max value from RGB is 84 - color contains mainly: green. Hex color #48540F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #48540F is #B7ABF0. Grayscale: #484848. Windows color (decimal): -12037105 or 1004616. OLE color: 1004616.

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

Color convert

RGB 72 84 15 -
CMYK 0.14 0 0.82 0.67
HSL 70.43º 0.7% 0.19% -
HSV(B) 70.43º 0.82% 0.33% -
XYZ 5.93 7.75 1.64 -
YUV 72.55 95.52 127.61 -
System Red Green Blue C M Y K H S L
Decimal 72 84 15 0.14 0 0.82 0.67 70.43 0.7 0.19
Hex 48 54 F E 0 52 43 46 46 13
Octal 110 124 17 16 0 122 103 106 106 23
Binary 1001000 1010100 1111 1110 0 1010010 1000011 1000110 1000110 10011

Color Harmonies of #48540F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48540F

Black with #48540F

Text Example


Text Example

White with #48540F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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