#4D510B

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

Shades of Verdun Green #4D510B

Tints of Verdun Green #4D510B

Color information

#4D510B (or 0x4D510B) is unknown color: approx Verdun Green. HEX triplet: 4D, 51 and 0B. RGB value is (77,81,11). Sum of RGB (Red+Green+Blue) = 77+81+11=169 (22% of max value = 765). Red value is 77 (30.47% from 255 or 45.56% from 169); Green value is 81 (32.03% from 255 or 47.93% from 169); Blue value is 11 (4.69% from 255 or 6.51% from 169); Max value from RGB is 81 - color contains mainly: green. Hex color #4D510B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D510B is #B2AEF4. Grayscale: #484848. Windows color (decimal): -11710197 or 741709. OLE color: 741709.

HSL color Cylindrical-coordinate representation of color #4D510B: hue angle of 63.43º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4D510B is Cyan = 0.05, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.68.

Color convert

RGB778111-
CMYK0.0500.860.68
HSL63.43º76.09%18.04%-
HSV(B)63.43º86.42%31.76%-
XYZ6.067.491.44-
YUV71.8293.67131.69-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 45.56%
GREEN value IS 81 (32.03% from 255) = 47.93%
BLUE value IS 11 (4.69% from 255) = 6.51%
R=45.56%
G=47.93%
B=6.51%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7781110.0500.860.6863.4376.0918.04
Hex4D51B5056443f4c12
Octal11512113501261047711422
Binary100110110100011011101010101101000100111111100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D510B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4D510B; }

 p { color: rgb(77,81,11); }

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

<style>
 a { background-color: #4D510B; }

 a { background-color: rgb(77,81,11); }

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

<style>
 span { border-color: #4D510B; }

 span { border-color: rgb(77,81,11); }

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