#48540A

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

Shades of Verdun Green #48540A

Tints of Verdun Green #48540A

Color information

#48540A (or 0x48540A) is unknown color: approx Verdun Green. HEX triplet: 48, 54 and 0A. RGB value is (72,84,10). Sum of RGB (Red+Green+Blue) = 72+84+10=166 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.37% from 166); Green value is 84 (33.20% from 255 or 50.60% from 166); Blue value is 10 (4.30% from 255 or 6.02% from 166); Max value from RGB is 84 - color contains mainly: green. Hex color #48540A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #48540A is #B7ABF5. Grayscale: #484848. Windows color (decimal): -12037110 or 676936. OLE color: 676936.

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

Color convert

RGB728410-
CMYK0.1400.880.67
HSL69.73º78.72%18.43%-
HSV(B)69.73º88.1%32.94%-
XYZ5.97.741.47-
YUV71.9893.02128.02-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 43.37%
GREEN value IS 84 (33.20% from 255) = 50.60%
BLUE value IS 10 (4.30% from 255) = 6.02%
R=43.37%
G=50.60%
B=6.02%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7284100.1400.880.6769.7378.7218.43
Hex4854AE05843464f12
Octal1101241216013010310611722
Binary10010001010100101011100101100010000111000110100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48540A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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