#4B7203

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

Shades of Verdun Green #4B7203

Tints of Verdun Green #4B7203

Color information

#4B7203 (or 0x4B7203) is unknown color: approx Verdun Green. HEX triplet: 4B, 72 and 03. RGB value is (75,114,3). Sum of RGB (Red+Green+Blue) = 75+114+3=192 (25% of max value = 765). Red value is 75 (29.69% from 255 or 39.06% from 192); Green value is 114 (44.92% from 255 or 59.38% from 192); Blue value is 3 (1.56% from 255 or 1.56% from 192); Max value from RGB is 114 - color contains mainly: green. Hex color #4B7203 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4B7203 is #B48DFC. Grayscale: #5A5A5A. Windows color (decimal): -11832829 or 225867. OLE color: 225867.

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

Color convert

RGB751143-
CMYK0.3400.970.55
HSL81.08º94.87%22.94%-
HSV(B)81.08º97.37%44.71%-
XYZ8.9413.542.23-
YUV89.6879.08117.53-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 39.06%
GREEN value IS 114 (44.92% from 255) = 59.38%
BLUE value IS 3 (1.56% from 255) = 1.56%
R=39.06%
G=59.38%
B=1.56%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal7511430.3400.970.5581.0894.8722.94
Hex4B7232206137515f17
Octal11316234201416712113727
Binary1001011111001011100010011000011101111010001101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B7203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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