#4B6512

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

Shades of Verdun Green #4B6512

Tints of Verdun Green #4B6512

Color information

#4B6512 (or 0x4B6512) is unknown color: approx Verdun Green. HEX triplet: 4B, 65 and 12. RGB value is (75,101,18). Sum of RGB (Red+Green+Blue) = 75+101+18=194 (25% of max value = 765). Red value is 75 (29.69% from 255 or 38.66% from 194); Green value is 101 (39.84% from 255 or 52.06% from 194); Blue value is 18 (7.42% from 255 or 9.28% from 194); Max value from RGB is 101 - color contains mainly: green. Hex color #4B6512 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4B6512 is #B49AED. Grayscale: #545454. Windows color (decimal): -11836142 or 1205579. OLE color: 1205579.

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

Color convert

RGB7510118-
CMYK0.2600.820.60
HSL78.8º69.75%23.33%-
HSV(B)78.8º82.18%39.61%-
XYZ7.6610.852.26-
YUV83.7690.89121.75-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 38.66%
GREEN value IS 101 (39.84% from 255) = 52.06%
BLUE value IS 18 (7.42% from 255) = 9.28%
R=38.66%
G=52.06%
B=9.28%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal75101180.2600.820.6078.869.7523.33
Hex4B65121A0523C4f4617
Octal113145223201227411710627
Binary100101111001011001011010010100101111001001111100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B6512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,101,18); }

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

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

 a { background-color: rgb(75,101,18); }

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

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

 span { border-color: rgb(75,101,18); }

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