#485813

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

Shades of Verdun Green #485813

Tints of Verdun Green #485813

Color information

#485813 (or 0x485813) is unknown color: approx Verdun Green. HEX triplet: 48, 58 and 13. RGB value is (72,88,19). Sum of RGB (Red+Green+Blue) = 72+88+19=179 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.22% from 179); Green value is 88 (34.77% from 255 or 49.16% from 179); Blue value is 19 (7.81% from 255 or 10.61% from 179); Max value from RGB is 88 - color contains mainly: green. Hex color #485813 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #485813 is #B7A7EC. Grayscale: #4B4B4B. Windows color (decimal): -12036077 or 1267784. OLE color: 1267784.

HSL color Cylindrical-coordinate representation of color #485813: hue angle of 73.91º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #485813 is Cyan = 0.18, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.65.

Color convert

RGB728819-
CMYK0.1800.780.65
HSL73.91º64.49%20.98%-
HSV(B)73.91º78.41%34.51%-
XYZ6.288.41.91-
YUV75.3596.2125.61-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 40.22%
GREEN value IS 88 (34.77% from 255) = 49.16%
BLUE value IS 19 (7.81% from 255) = 10.61%
R=40.22%
G=49.16%
B=10.61%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7288190.1800.780.6573.9164.4920.98
Hex4858131204E414a4015
Octal1101302322011610111210025
Binary1001000101100010011100100100111010000011001010100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485813; }

 p { color: rgb(72,88,19); }

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

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

 a { background-color: rgb(72,88,19); }

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

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

 span { border-color: rgb(72,88,19); }

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