#48650C

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

Shades of Verdun Green #48650C

Tints of Verdun Green #48650C

Color information

#48650C (or 0x48650C) is unknown color: approx Verdun Green. HEX triplet: 48, 65 and 0C. RGB value is (72,101,12). Sum of RGB (Red+Green+Blue) = 72+101+12=185 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.92% from 185); Green value is 101 (39.84% from 255 or 54.59% from 185); Blue value is 12 (5.08% from 255 or 6.49% from 185); Max value from RGB is 101 - color contains mainly: green. Hex color #48650C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #48650C is #B79AF3. Grayscale: #525252. Windows color (decimal): -12032756 or 812360. OLE color: 812360.

HSL color Cylindrical-coordinate representation of color #48650C: hue angle of 79.55º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #48650C is Cyan = 0.29, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.60.

Color convert

RGB7210112-
CMYK0.2900.880.60
HSL79.55º78.76%22.16%-
HSV(B)79.55º88.12%39.61%-
XYZ7.3910.712.03-
YUV82.1888.39120.74-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 38.92%
GREEN value IS 101 (39.84% from 255) = 54.59%
BLUE value IS 12 (5.08% from 255) = 6.49%
R=38.92%
G=54.59%
B=6.49%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal72101120.2900.880.6079.5578.7622.16
Hex4865C1D0583C504f16
Octal110145143501307412011726
Binary10010001100101110011101010110001111001010000100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48650C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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