#4B5A00

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

Shades of Verdun Green #4B5A00

Tints of Verdun Green #4B5A00

Color information

#4B5A00 (or 0x4B5A00) is unknown color: approx Verdun Green. HEX triplet: 4B, 5A and 00. RGB value is (75,90,0). Sum of RGB (Red+Green+Blue) = 75+90+0=165 (21% of max value = 765). Red value is 75 (29.69% from 255 or 45.45% from 165); Green value is 90 (35.55% from 255 or 54.55% from 165); Blue value is 0 (0.39% from 255 or 0% from 165); Max value from RGB is 90 - color contains mainly: green. Hex color #4B5A00 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4B5A00 is #B4A5FF. Grayscale: #4B4B4B. Windows color (decimal): -11838976 or 23115. OLE color: 23115.

HSL color Cylindrical-coordinate representation of color #4B5A00: hue angle of 70º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4B5A00 is Cyan = 0.17, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.65.

Color convert

RGB75900-
CMYK0.17010.65
HSL70º100%17.65%-
HSV(B)70º100%35.29%-
XYZ6.568.811.35-
YUV75.2685.53127.82-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 45.45%
GREEN value IS 90 (35.55% from 255) = 54.55%
BLUE value IS 0 (0.39% from 255) = 0%
R=45.45%
G=54.55%
B=0%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal759000.17010.657010017.65
Hex4B5A01106441466412
Octal113132021014410110614422
Binary100101110110100100010110010010000011000110110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B5A00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,90,0); }

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

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

 a { background-color: rgb(75,90,0); }

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

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

 span { border-color: rgb(75,90,0); }

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