#4B6C07

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

Shades of Verdun Green #4B6C07

Tints of Verdun Green #4B6C07

Color information

#4B6C07 (or 0x4B6C07) is unknown color: approx Verdun Green. HEX triplet: 4B, 6C and 07. RGB value is (75,108,7). Sum of RGB (Red+Green+Blue) = 75+108+7=190 (25% of max value = 765). Red value is 75 (29.69% from 255 or 39.47% from 190); Green value is 108 (42.58% from 255 or 56.84% from 190); Blue value is 7 (3.12% from 255 or 3.68% from 190); Max value from RGB is 108 - color contains mainly: green. Hex color #4B6C07 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4B6C07 is #B493F8. Grayscale: #565656. Windows color (decimal): -11834361 or 486475. OLE color: 486475.

HSL color Cylindrical-coordinate representation of color #4B6C07: hue angle of 79.6º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4B6C07 is Cyan = 0.31, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.58.

Color convert

RGB751087-
CMYK0.3100.940.58
HSL79.6º87.83%22.55%-
HSV(B)79.6º93.52%42.35%-
XYZ8.312.242.13-
YUV86.6283.07119.71-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 39.47%
GREEN value IS 108 (42.58% from 255) = 56.84%
BLUE value IS 7 (3.12% from 255) = 3.68%
R=39.47%
G=56.84%
B=3.68%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal7510870.3100.940.5879.687.8322.55
Hex4B6C71F05E3A505817
Octal11315473701367212013027
Binary1001011110110011111111010111101110101010000101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B6C07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,108,7); }

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

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

 a { background-color: rgb(75,108,7); }

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

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

 span { border-color: rgb(75,108,7); }

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