#485B0D

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

Shades of Verdun Green #485B0D

Tints of Verdun Green #485B0D

Color information

#485B0D (or 0x485B0D) is unknown color: approx Verdun Green. HEX triplet: 48, 5B and 0D. RGB value is (72,91,13). Sum of RGB (Red+Green+Blue) = 72+91+13=176 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.91% from 176); Green value is 91 (35.94% from 255 or 51.70% from 176); Blue value is 13 (5.47% from 255 or 7.39% from 176); Max value from RGB is 91 - color contains mainly: green. Hex color #485B0D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #485B0D is #B7A4F2. Grayscale: #4C4C4C. Windows color (decimal): -12035315 or 875336. OLE color: 875336.

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

Color convert

RGB729113-
CMYK0.2100.860.64
HSL74.62º75%20.39%-
HSV(B)74.62º85.71%35.69%-
XYZ6.498.891.75-
YUV76.4392.21124.84-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 40.91%
GREEN value IS 91 (35.94% from 255) = 51.70%
BLUE value IS 13 (5.47% from 255) = 7.39%
R=40.91%
G=51.70%
B=7.39%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7291130.2100.860.6474.627520.39
Hex485BD15056404b4b14
Octal1101331525012610011311324
Binary100100010110111101101010101011010000001001011100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485B0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,91,13); }

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

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

 a { background-color: rgb(72,91,13); }

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

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

 span { border-color: rgb(72,91,13); }

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