#414D1B

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

Shades of Verdun Green #414D1B

Tints of Verdun Green #414D1B

Color information

#414D1B (or 0x414D1B) is unknown color: approx Verdun Green. HEX triplet: 41, 4D and 1B. RGB value is (65,77,27). Sum of RGB (Red+Green+Blue) = 65+77+27=169 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.46% from 169); Green value is 77 (30.47% from 255 or 45.56% from 169); Blue value is 27 (10.94% from 255 or 15.98% from 169); Max value from RGB is 77 - color contains mainly: green. Hex color #414D1B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #414D1B is #BEB2E4. Grayscale: #434343. Windows color (decimal): -12497637 or 1789249. OLE color: 1789249.

HSL color Cylindrical-coordinate representation of color #414D1B: hue angle of 74.4º degrees, saturation: 0.48, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #414D1B is Cyan = 0.16, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.70.

Color convert

RGB657727-
CMYK0.1600.650.70
HSL74.4º48.08%20.39%-
HSV(B)74.4º64.94%30.2%-
XYZ5.036.512.03-
YUV67.71105.02126.07-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 38.46%
GREEN value IS 77 (30.47% from 255) = 45.56%
BLUE value IS 27 (10.94% from 255) = 15.98%
R=38.46%
G=45.56%
B=15.98%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6577270.1600.650.7074.448.0820.39
Hex414D1B10041464a3014
Octal101115332001011061126024
Binary100000110011011101110000010000011000110100101011000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414D1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414D1B; }

 p { color: rgb(65,77,27); }

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

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

 a { background-color: rgb(65,77,27); }

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

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

 span { border-color: rgb(65,77,27); }

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