#4B6111

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

Shades of Verdun Green #4B6111

Tints of Verdun Green #4B6111

Color information

#4B6111 (or 0x4B6111) is unknown color: approx Verdun Green. HEX triplet: 4B, 61 and 11. RGB value is (75,97,17). Sum of RGB (Red+Green+Blue) = 75+97+17=189 (25% of max value = 765). Red value is 75 (29.69% from 255 or 39.68% from 189); Green value is 97 (38.28% from 255 or 51.32% from 189); Blue value is 17 (7.03% from 255 or 8.99% from 189); Max value from RGB is 97 - color contains mainly: green. Hex color #4B6111 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4B6111 is #B49EEE. Grayscale: #515151. Windows color (decimal): -11837167 or 1139019. OLE color: 1139019.

HSL color Cylindrical-coordinate representation of color #4B6111: hue angle of 76.5º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4B6111 is Cyan = 0.23, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.62.

Color convert

RGB759717-
CMYK0.2300.820.62
HSL76.5º70.18%22.35%-
HSV(B)76.5º82.47%38.04%-
XYZ7.2810.092.09-
YUV81.391.71123.5-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 39.68%
GREEN value IS 97 (38.28% from 255) = 51.32%
BLUE value IS 17 (7.03% from 255) = 8.99%
R=39.68%
G=51.32%
B=8.99%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7597170.2300.820.6276.570.1822.35
Hex4B6111170523E4c4616
Octal113141212701227611410626
Binary100101111000011000110111010100101111101001100100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B6111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,97,17); }

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

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

 a { background-color: rgb(75,97,17); }

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

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

 span { border-color: rgb(75,97,17); }

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