#48530C

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

Shades of Verdun Green #48530C

Tints of Verdun Green #48530C

Color information

#48530C (or 0x48530C) is unknown color: approx Verdun Green. HEX triplet: 48, 53 and 0C. RGB value is (72,83,12). Sum of RGB (Red+Green+Blue) = 72+83+12=167 (22% of max value = 765). Red value is 72 (28.52% from 255 or 43.11% from 167); Green value is 83 (32.81% from 255 or 49.70% from 167); Blue value is 12 (5.08% from 255 or 7.19% from 167); Max value from RGB is 83 - color contains mainly: green. Hex color #48530C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #48530C is #B7ACF3. Grayscale: #474747. Windows color (decimal): -12037364 or 807752. OLE color: 807752.

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

Color convert

RGB728312-
CMYK0.1300.860.67
HSL69.3º74.74%18.63%-
HSV(B)69.3º85.54%32.55%-
XYZ5.837.591.51-
YUV71.6294.36128.27-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 43.11%
GREEN value IS 83 (32.81% from 255) = 49.70%
BLUE value IS 12 (5.08% from 255) = 7.19%
R=43.11%
G=49.70%
B=7.19%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7283120.1300.860.6769.374.7418.63
Hex4853CD05643454b13
Octal1101231415012610310511323
Binary10010001010011110011010101011010000111000101100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48530C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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