#48500A

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

Shades of Verdun Green #48500A

Tints of Verdun Green #48500A

Color information

#48500A (or 0x48500A) is unknown color: approx Verdun Green. HEX triplet: 48, 50 and 0A. RGB value is (72,80,10). Sum of RGB (Red+Green+Blue) = 72+80+10=162 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.44% from 162); Green value is 80 (31.64% from 255 or 49.38% from 162); Blue value is 10 (4.30% from 255 or 6.17% from 162); Max value from RGB is 80 - color contains mainly: green. Hex color #48500A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #48500A is #B7AFF5. Grayscale: #454545. Windows color (decimal): -12038134 or 675912. OLE color: 675912.

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

Color convert

RGB728010-
CMYK0.1000.870.69
HSL66.86º77.78%17.65%-
HSV(B)66.86º87.5%31.37%-
XYZ5.67.141.37-
YUV69.6394.35129.69-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 44.44%
GREEN value IS 80 (31.64% from 255) = 49.38%
BLUE value IS 10 (4.30% from 255) = 6.17%
R=44.44%
G=49.38%
B=6.17%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7280100.1000.870.6966.8677.7817.65
Hex4850AA05745434e12
Octal1101201212012710510311622
Binary10010001010000101010100101011110001011000011100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48500A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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