#48660D

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

Shades of Verdun Green #48660D

Tints of Verdun Green #48660D

Color information

#48660D (or 0x48660D) is unknown color: approx Verdun Green. HEX triplet: 48, 66 and 0D. RGB value is (72,102,13). Sum of RGB (Red+Green+Blue) = 72+102+13=187 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.50% from 187); Green value is 102 (40.23% from 255 or 54.55% from 187); Blue value is 13 (5.47% from 255 or 6.95% from 187); Max value from RGB is 102 - color contains mainly: green. Hex color #48660D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #48660D is #B799F2. Grayscale: #535353. Windows color (decimal): -12032499 or 878152. OLE color: 878152.

HSL color Cylindrical-coordinate representation of color #48660D: hue angle of 80.22º degrees, saturation: 0.77, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #48660D is Cyan = 0.29, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.6.

Color convert

RGB7210213-
CMYK0.2900.870.6
HSL80.22º77.39%22.55%-
HSV(B)80.22º87.25%40%-
XYZ7.510.912.09-
YUV82.8888.56120.24-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 38.50%
GREEN value IS 102 (40.23% from 255) = 54.55%
BLUE value IS 13 (5.47% from 255) = 6.95%
R=38.50%
G=54.55%
B=6.95%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal72102130.2900.870.680.2277.3922.55
Hex4866D1D0573C504d17
Octal110146153501277412011527
Binary10010001100110110111101010101111111001010000100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48660D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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