#4B7005

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

Shades of Verdun Green #4B7005

Tints of Verdun Green #4B7005

Color information

#4B7005 (or 0x4B7005) is unknown color: approx Verdun Green. HEX triplet: 4B, 70 and 05. RGB value is (75,112,5). Sum of RGB (Red+Green+Blue) = 75+112+5=192 (25% of max value = 765). Red value is 75 (29.69% from 255 or 39.06% from 192); Green value is 112 (44.14% from 255 or 58.33% from 192); Blue value is 5 (2.34% from 255 or 2.60% from 192); Max value from RGB is 112 - color contains mainly: green. Hex color #4B7005 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4B7005 is #B48FFA. Grayscale: #595959. Windows color (decimal): -11833339 or 356427. OLE color: 356427.

HSL color Cylindrical-coordinate representation of color #4B7005: hue angle of 80.75º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4B7005 is Cyan = 0.33, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.56.

Color convert

RGB751125-
CMYK0.3300.960.56
HSL80.75º91.45%22.94%-
HSV(B)80.75º95.54%43.92%-
XYZ8.7213.12.21-
YUV88.7480.74118.2-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 39.06%
GREEN value IS 112 (44.14% from 255) = 58.33%
BLUE value IS 5 (2.34% from 255) = 2.60%
R=39.06%
G=58.33%
B=2.60%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal7511250.3300.960.5680.7591.4522.94
Hex4B7052106038515b17
Octal11316054101407012113327
Binary10010111110000101100001011000001110001010001101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B7005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,112,5); }

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

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

 a { background-color: rgb(75,112,5); }

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

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

 span { border-color: rgb(75,112,5); }

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