#485819

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

Shades of Verdun Green #485819

Tints of Verdun Green #485819

Color information

#485819 (or 0x485819) is unknown color: approx Verdun Green. HEX triplet: 48, 58 and 19. RGB value is (72,88,25). Sum of RGB (Red+Green+Blue) = 72+88+25=185 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.92% from 185); Green value is 88 (34.77% from 255 or 47.57% from 185); Blue value is 25 (10.16% from 255 or 13.51% from 185); Max value from RGB is 88 - color contains mainly: green. Hex color #485819 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #485819 is #B7A7E6. Grayscale: #4C4C4C. Windows color (decimal): -12036071 or 1661000. OLE color: 1661000.

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

Color convert

RGB728825-
CMYK0.1800.720.65
HSL75.24º55.75%22.16%-
HSV(B)75.24º71.59%34.51%-
XYZ6.348.432.21-
YUV76.0399.2125.12-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 38.92%
GREEN value IS 88 (34.77% from 255) = 47.57%
BLUE value IS 25 (10.16% from 255) = 13.51%
R=38.92%
G=47.57%
B=13.51%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7288250.1800.720.6575.2455.7522.16
Hex48581912048414b3816
Octal110130312201101011137026
Binary100100010110001100110010010010001000001100101111100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485819

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485819; }

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

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

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

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

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

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

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

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