#4B7003

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

Shades of Verdun Green #4B7003

Tints of Verdun Green #4B7003

Color information

#4B7003 (or 0x4B7003) is unknown color: approx Verdun Green. HEX triplet: 4B, 70 and 03. RGB value is (75,112,3). Sum of RGB (Red+Green+Blue) = 75+112+3=190 (25% of max value = 765). Red value is 75 (29.69% from 255 or 39.47% from 190); Green value is 112 (44.14% from 255 or 58.95% from 190); Blue value is 3 (1.56% from 255 or 1.58% from 190); Max value from RGB is 112 - color contains mainly: green. Hex color #4B7003 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4B7003 is #B48FFC. Grayscale: #585858. Windows color (decimal): -11833341 or 225355. OLE color: 225355.

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

Color convert

RGB751123-
CMYK0.3300.970.56
HSL80.37º94.78%22.55%-
HSV(B)80.37º97.32%43.92%-
XYZ8.7113.092.15-
YUV88.5179.74118.36-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 39.47%
GREEN value IS 112 (44.14% from 255) = 58.95%
BLUE value IS 3 (1.56% from 255) = 1.58%
R=39.47%
G=58.95%
B=1.58%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal7511230.3300.970.5680.3794.7822.55
Hex4B7032106138505f17
Octal11316034101417012013727
Binary1001011111000011100001011000011110001010000101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B7003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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