#48530D

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

Shades of Verdun Green #48530D

Tints of Verdun Green #48530D

Color information

#48530D (or 0x48530D) is unknown color: approx Verdun Green. HEX triplet: 48, 53 and 0D. RGB value is (72,83,13). Sum of RGB (Red+Green+Blue) = 72+83+13=168 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.86% from 168); Green value is 83 (32.81% from 255 or 49.40% from 168); Blue value is 13 (5.47% from 255 or 7.74% from 168); Max value from RGB is 83 - color contains mainly: green. Hex color #48530D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #48530D is #B7ACF2. Grayscale: #484848. Windows color (decimal): -12037363 or 873288. OLE color: 873288.

HSL color Cylindrical-coordinate representation of color #48530D: hue angle of 69.43º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #48530D is Cyan = 0.13, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.67.

Color convert

RGB728313-
CMYK0.1300.840.67
HSL69.43º72.92%18.82%-
HSV(B)69.43º84.34%32.55%-
XYZ5.847.591.54-
YUV71.7394.86128.19-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 42.86%
GREEN value IS 83 (32.81% from 255) = 49.40%
BLUE value IS 13 (5.47% from 255) = 7.74%
R=42.86%
G=49.40%
B=7.74%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7283130.1300.840.6769.4372.9218.82
Hex4853DD05443454913
Octal1101231515012410310511123
Binary10010001010011110111010101010010000111000101100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48530D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48530D; }

 p { color: rgb(72,83,13); }

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

<style>
 a { background-color: #48530D; }

 a { background-color: rgb(72,83,13); }

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

<style>
 span { border-color: #48530D; }

 span { border-color: rgb(72,83,13); }

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