#4A4B00

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

Shades of Verdun Green #4A4B00

Tints of Verdun Green #4A4B00

Color information

#4A4B00 (or 0x4A4B00) is unknown color: approx Verdun Green. HEX triplet: 4A, 4B and 00. RGB value is (74,75,0). Sum of RGB (Red+Green+Blue) = 74+75+0=149 (19% of max value = 765). Red value is 74 (29.30% from 255 or 49.66% from 149); Green value is 75 (29.69% from 255 or 50.34% from 149); Blue value is 0 (0.39% from 255 or 0% from 149); Max value from RGB is 75 - color contains mainly: green. Hex color #4A4B00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4A4B00 is #B5B4FF. Grayscale: #424242. Windows color (decimal): -11908352 or 19274. OLE color: 19274.

HSL color Cylindrical-coordinate representation of color #4A4B00: hue angle of 60.8º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4A4B00 is Cyan = 0.01, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.71.

Color convert

RGB74750-
CMYK0.01010.71
HSL60.8º100%14.71%-
HSV(B)60.8º100%29.41%-
XYZ5.346.490.97-
YUV66.1590.67133.6-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 49.66%
GREEN value IS 75 (29.69% from 255) = 50.34%
BLUE value IS 0 (0.39% from 255) = 0%
R=49.66%
G=50.34%
B=0%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal747500.01010.7160.810014.71
Hex4A4B01064473d64f
Octal1121130101441077514417
Binary100101010010110101100100100011111110111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A4B00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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