#485D0E

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

Shades of Verdun Green #485D0E

Tints of Verdun Green #485D0E

Color information

#485D0E (or 0x485D0E) is unknown color: approx Verdun Green. HEX triplet: 48, 5D and 0E. RGB value is (72,93,14). Sum of RGB (Red+Green+Blue) = 72+93+14=179 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.22% from 179); Green value is 93 (36.72% from 255 or 51.96% from 179); Blue value is 14 (5.86% from 255 or 7.82% from 179); Max value from RGB is 93 - color contains mainly: green. Hex color #485D0E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #485D0E is #B7A2F1. Grayscale: #4E4E4E. Windows color (decimal): -12034802 or 941384. OLE color: 941384.

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

Color convert

RGB729314-
CMYK0.2300.850.64
HSL75.95º73.83%20.98%-
HSV(B)75.95º84.95%36.47%-
XYZ6.679.241.85-
YUV77.7292.04123.92-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 40.22%
GREEN value IS 93 (36.72% from 255) = 51.96%
BLUE value IS 14 (5.86% from 255) = 7.82%
R=40.22%
G=51.96%
B=7.82%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7293140.2300.850.6475.9573.8320.98
Hex485DE17055404c4a15
Octal1101351627012510011411225
Binary100100010111011110101110101010110000001001100100101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485D0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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