#4B5D03

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

Shades of Verdun Green #4B5D03

Tints of Verdun Green #4B5D03

Color information

#4B5D03 (or 0x4B5D03) is unknown color: approx Verdun Green. HEX triplet: 4B, 5D and 03. RGB value is (75,93,3). Sum of RGB (Red+Green+Blue) = 75+93+3=171 (22% of max value = 765). Red value is 75 (29.69% from 255 or 43.86% from 171); Green value is 93 (36.72% from 255 or 54.39% from 171); Blue value is 3 (1.56% from 255 or 1.75% from 171); Max value from RGB is 93 - color contains mainly: green. Hex color #4B5D03 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4B5D03 is #B4A2FC. Grayscale: #4D4D4D. Windows color (decimal): -11838205 or 220491. OLE color: 220491.

HSL color Cylindrical-coordinate representation of color #4B5D03: hue angle of 72º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4B5D03 is Cyan = 0.19, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.64.

Color convert

RGB75933-
CMYK0.1900.970.64
HSL72º93.75%18.82%-
HSV(B)72º96.77%36.47%-
XYZ6.839.331.53-
YUV77.3686.04126.32-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 43.86%
GREEN value IS 93 (36.72% from 255) = 54.39%
BLUE value IS 3 (1.56% from 255) = 1.75%
R=43.86%
G=54.39%
B=1.75%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal759330.1900.970.647293.7518.82
Hex4B5D31306140485e13
Octal113135323014110011013623
Binary1001011101110111100110110000110000001001000101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B5D03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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