#485F1B

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

Shades of Verdun Green #485F1B

Tints of Verdun Green #485F1B

Color information

#485F1B (or 0x485F1B) is unknown color: approx Verdun Green. HEX triplet: 48, 5F and 1B. RGB value is (72,95,27). Sum of RGB (Red+Green+Blue) = 72+95+27=194 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.11% from 194); Green value is 95 (37.5% from 255 or 48.97% from 194); Blue value is 27 (10.94% from 255 or 13.92% from 194); Max value from RGB is 95 - color contains mainly: green. Hex color #485F1B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485F1B is #B7A0E4. Grayscale: #505050. Windows color (decimal): -12034277 or 1793864. OLE color: 1793864.

HSL color Cylindrical-coordinate representation of color #485F1B: hue angle of 80.29º degrees, saturation: 0.56, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #485F1B is Cyan = 0.24, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.63.

Color convert

RGB729527-
CMYK0.2400.720.63
HSL80.29º55.74%23.92%-
HSV(B)80.29º71.58%37.25%-
XYZ6.969.642.53-
YUV80.3797.88122.03-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 37.11%
GREEN value IS 95 (37.5% from 255) = 48.97%
BLUE value IS 27 (10.94% from 255) = 13.92%
R=37.11%
G=48.97%
B=13.92%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7295270.2400.720.6380.2955.7423.92
Hex485F1B180483F503818
Octal11013733300110771207030
Binary10010001011111110111100001001000111111101000011100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485F1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,95,27); }

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

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

 a { background-color: rgb(72,95,27); }

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

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

 span { border-color: rgb(72,95,27); }

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