#485D1F

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

Shades of Verdun Green #485D1F

Tints of Verdun Green #485D1F

Color information

#485D1F (or 0x485D1F) is unknown color: approx Verdun Green. HEX triplet: 48, 5D and 1F. RGB value is (72,93,31). Sum of RGB (Red+Green+Blue) = 72+93+31=196 (25% of max value = 765). Red value is 72 (28.52% from 255 or 36.73% from 196); Green value is 93 (36.72% from 255 or 47.45% from 196); Blue value is 31 (12.5% from 255 or 15.82% from 196); Max value from RGB is 93 - color contains mainly: green. Hex color #485D1F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485D1F is #B7A2E0. Grayscale: #4F4F4F. Windows color (decimal): -12034785 or 2055496. OLE color: 2055496.

HSL color Cylindrical-coordinate representation of color #485D1F: hue angle of 80.32º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #485D1F is Cyan = 0.23, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.64.

Color convert

RGB729331-
CMYK0.2300.670.64
HSL80.32º50%24.31%-
HSV(B)80.32º66.67%36.47%-
XYZ6.839.312.73-
YUV79.65100.54122.54-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 36.73%
GREEN value IS 93 (36.72% from 255) = 47.45%
BLUE value IS 31 (12.5% from 255) = 15.82%
R=36.73%
G=47.45%
B=15.82%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7293310.2300.670.6480.325024.31
Hex485D1F1704340503218
Octal110135372701031001206230
Binary100100010111011111110111010000111000000101000011001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485D1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485D1F; }

 p { color: rgb(72,93,31); }

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

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

 a { background-color: rgb(72,93,31); }

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

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

 span { border-color: rgb(72,93,31); }

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