#48500B

Color #48500B Verdun Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Verdun Green #48500B

Tints of Verdun Green #48500B

Color information

#48500B (or 0x48500B) is unknown color: approx Verdun Green. HEX triplet: 48, 50 and 0B. RGB value is (72,80,11). Sum of RGB (Red+Green+Blue) = 72+80+11=163 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.17% from 163); Green value is 80 (31.64% from 255 or 49.08% from 163); Blue value is 11 (4.69% from 255 or 6.75% from 163); Max value from RGB is 80 - color contains mainly: green. Hex color #48500B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #48500B is #B7AFF4. Grayscale: #464646. Windows color (decimal): -12038133 or 741448. OLE color: 741448.

HSL color Cylindrical-coordinate representation of color #48500B: hue angle of 66.96º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #48500B is Cyan = 0.10, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.69.

Color convert

RGB728011-
CMYK0.1000.860.69
HSL66.96º75.82%17.84%-
HSV(B)66.96º86.25%31.37%-
XYZ5.67.141.4-
YUV69.7494.85129.61-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 44.17%
GREEN value IS 80 (31.64% from 255) = 49.08%
BLUE value IS 11 (4.69% from 255) = 6.75%
R=44.17%
G=49.08%
B=6.75%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7280110.1000.860.6966.9675.8217.84
Hex4850BA05645434c12
Octal1101201312012610510311422
Binary10010001010000101110100101011010001011000011100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48500B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #48500B;
 }
 .AnyTagClassName
 {
   color: #48500B;
 }
</style>
background-color css

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

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

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

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

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

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