Html Css Color HEX #48550B Verdun Green

📋 copy color: '#48550B'

red 72 ◦ green 85 ◦ blue 11

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

Shades of Verdun Green #48550B

Tints of Verdun Green #48550B

RGB

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

 GREEN value IS 85 (33.59% from 255) = 50.6%

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

R = 42.86%
G = 50.6%
B = 6.55%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.87

 K value IS 0.67

RGB Variations

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

Color information

#48550B (or 0x48550B) is known color: Verdun Green. HEX triplet: 48, 55 and 0B. RGB value is (72,85,11). Sum of RGB (Red+Green+Blue) = 72+85+11=168 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.86% from 168); Green value is 85 (33.59% from 255 or 50.60% from 168); Blue value is 11 (4.69% from 255 or 6.55% from 168); Max value from RGB is 85 - color contains mainly: green. Hex color #48550B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #48550B is #B7AAF4. Grayscale: #484848. Windows color (decimal): -12036853 or 742728. OLE color: 742728.

HSL color Cylindrical-coordinate representation of color #48550B: hue angle of 70.54º 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 #48550B is Cyan = 0.15, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.67.

Color convert

RGB 72 85 11 -
CMYK 0.15 0 0.87 0.67
HSL 70.54º 0.77% 0.19% -
HSV(B) 70.54º 0.87% 0.33% -
XYZ 5.98 7.9 1.53 -
YUV 72.68 93.19 127.52 -
System Red Green Blue C M Y K H S L
Decimal 72 85 11 0.15 0 0.87 0.67 70.54 0.77 0.19
Hex 48 55 B F 0 57 43 47 4D 13
Octal 110 125 13 17 0 127 103 107 115 23
Binary 1001000 1010101 1011 1111 0 1010111 1000011 1000111 1001101 10011

Color Harmonies of #48550B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48550B

Black with #48550B

Text Example


Text Example

White with #48550B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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