#4B4E0D

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

Shades of Verdun Green #4B4E0D

Tints of Verdun Green #4B4E0D

Color information

#4B4E0D (or 0x4B4E0D) is unknown color: approx Verdun Green. HEX triplet: 4B, 4E and 0D. RGB value is (75,78,13). Sum of RGB (Red+Green+Blue) = 75+78+13=166 (21% of max value = 765). Red value is 75 (29.69% from 255 or 45.18% from 166); Green value is 78 (30.86% from 255 or 46.99% from 166); Blue value is 13 (5.47% from 255 or 7.83% from 166); Max value from RGB is 78 - color contains mainly: green. Hex color #4B4E0D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4B4E0D is #B4B1F2. Grayscale: #454545. Windows color (decimal): -11842035 or 872011. OLE color: 872011.

HSL color Cylindrical-coordinate representation of color #4B4E0D: hue angle of 62.77º degrees, saturation: 0.71, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4B4E0D is Cyan = 0.04, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.69.

Color convert

RGB757813-
CMYK0.0400.830.69
HSL62.77º71.43%17.84%-
HSV(B)62.77º83.33%30.59%-
XYZ5.76.971.43-
YUV69.6996.01131.79-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 45.18%
GREEN value IS 78 (30.86% from 255) = 46.99%
BLUE value IS 13 (5.47% from 255) = 7.83%
R=45.18%
G=46.99%
B=7.83%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7578130.0400.830.6962.7771.4317.84
Hex4B4ED4053453f4712
Octal11311615401231057710722
Binary100101110011101101100010100111000101111111100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B4E0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,78,13); }

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

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

 a { background-color: rgb(75,78,13); }

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

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

 span { border-color: rgb(75,78,13); }

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