Html Css Color HEX #48540B Verdun Green

📋 copy color: '#48540B'

red 72 ◦ green 84 ◦ blue 11

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

Shades of Verdun Green #48540B

Tints of Verdun Green #48540B

RGB

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

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

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

R = 43.11%
G = 50.3%
B = 6.59%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.87

 K value IS 0.67

RGB Variations

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

Color information

#48540B (or 0x48540B) is known color: Verdun Green. HEX triplet: 48, 54 and 0B. RGB value is (72,84,11). Sum of RGB (Red+Green+Blue) = 72+84+11=167 (22% of max value = 765). Red value is 72 (28.52% from 255 or 43.11% from 167); Green value is 84 (33.20% from 255 or 50.30% from 167); Blue value is 11 (4.69% from 255 or 6.59% from 167); Max value from RGB is 84 - color contains mainly: green. Hex color #48540B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #48540B is #B7ABF4. Grayscale: #484848. Windows color (decimal): -12037109 or 742472. OLE color: 742472.

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

Color convert

RGB 72 84 11 -
CMYK 0.14 0 0.87 0.67
HSL 69.86º 0.77% 0.19% -
HSV(B) 69.86º 0.87% 0.33% -
XYZ 5.9 7.74 1.5 -
YUV 72.09 93.52 127.94 -
System Red Green Blue C M Y K H S L
Decimal 72 84 11 0.14 0 0.87 0.67 69.86 0.77 0.19
Hex 48 54 B E 0 57 43 46 4D 13
Octal 110 124 13 16 0 127 103 106 115 23
Binary 1001000 1010100 1011 1110 0 1010111 1000011 1000110 1001101 10011

Color Harmonies of #48540B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48540B

Black with #48540B

Text Example


Text Example

White with #48540B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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