#4D600B

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

Shades of Verdun Green #4D600B

Tints of Verdun Green #4D600B

Color information

#4D600B (or 0x4D600B) is unknown color: approx Verdun Green. HEX triplet: 4D, 60 and 0B. RGB value is (77,96,11). Sum of RGB (Red+Green+Blue) = 77+96+11=184 (24% of max value = 765). Red value is 77 (30.47% from 255 or 41.85% from 184); Green value is 96 (37.89% from 255 or 52.17% from 184); Blue value is 11 (4.69% from 255 or 5.98% from 184); Max value from RGB is 96 - color contains mainly: green. Hex color #4D600B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D600B is #B29FF4. Grayscale: #505050. Windows color (decimal): -11706357 or 745549. OLE color: 745549.

HSL color Cylindrical-coordinate representation of color #4D600B: hue angle of 73.41º degrees, saturation: 0.79, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4D600B is Cyan = 0.20, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.62.

Color convert

RGB779611-
CMYK0.2000.890.62
HSL73.41º79.44%20.98%-
HSV(B)73.41º88.54%37.65%-
XYZ7.39.971.86-
YUV80.6388.71125.41-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 41.85%
GREEN value IS 96 (37.89% from 255) = 52.17%
BLUE value IS 11 (4.69% from 255) = 5.98%
R=41.85%
G=52.17%
B=5.98%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7796110.2000.890.6273.4179.4420.98
Hex4D60B140593E494f15
Octal115140132401317611111725
Binary10011011100000101110100010110011111101001001100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D600B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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