#4B6002

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

Shades of Verdun Green #4B6002

Tints of Verdun Green #4B6002

Color information

#4B6002 (or 0x4B6002) is unknown color: approx Verdun Green. HEX triplet: 4B, 60 and 02. RGB value is (75,96,2). Sum of RGB (Red+Green+Blue) = 75+96+2=173 (22% of max value = 765). Red value is 75 (29.69% from 255 or 43.35% from 173); Green value is 96 (37.89% from 255 or 55.49% from 173); Blue value is 2 (1.17% from 255 or 1.16% from 173); Max value from RGB is 96 - color contains mainly: green. Hex color #4B6002 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4B6002 is #B49FFD. Grayscale: #4F4F4F. Windows color (decimal): -11837438 or 155723. OLE color: 155723.

HSL color Cylindrical-coordinate representation of color #4B6002: hue angle of 73.4º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4B6002 is Cyan = 0.22, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.62.

Color convert

RGB75962-
CMYK0.2200.980.62
HSL73.4º95.92%19.22%-
HSV(B)73.4º97.92%37.65%-
XYZ7.19.871.59-
YUV7984.54125.14-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 43.35%
GREEN value IS 96 (37.89% from 255) = 55.49%
BLUE value IS 2 (1.17% from 255) = 1.16%
R=43.35%
G=55.49%
B=1.16%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal759620.2200.980.6273.495.9219.22
Hex4B602160623E496013
Octal11314022601427611114023
Binary100101111000001010110011000101111101001001110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B6002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,96,2); }

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

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

 a { background-color: rgb(75,96,2); }

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

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

 span { border-color: rgb(75,96,2); }

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