#4A621B

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

Shades of Verdun Green #4A621B

Tints of Verdun Green #4A621B

Color information

#4A621B (or 0x4A621B) is unknown color: approx Verdun Green. HEX triplet: 4A, 62 and 1B. RGB value is (74,98,27). Sum of RGB (Red+Green+Blue) = 74+98+27=199 (26% of max value = 765). Red value is 74 (29.30% from 255 or 37.19% from 199); Green value is 98 (38.67% from 255 or 49.25% from 199); Blue value is 27 (10.94% from 255 or 13.57% from 199); Max value from RGB is 98 - color contains mainly: green. Hex color #4A621B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A621B is #B59DE4. Grayscale: #525252. Windows color (decimal): -11902437 or 1794634. OLE color: 1794634.

HSL color Cylindrical-coordinate representation of color #4A621B: hue angle of 80.28º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4A621B is Cyan = 0.24, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.62.

Color convert

RGB749827-
CMYK0.2400.720.62
HSL80.28º56.8%24.51%-
HSV(B)80.28º72.45%38.43%-
XYZ7.3910.272.63-
YUV82.7396.55121.77-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 37.19%
GREEN value IS 98 (38.67% from 255) = 49.25%
BLUE value IS 27 (10.94% from 255) = 13.57%
R=37.19%
G=49.25%
B=13.57%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7498270.2400.720.6280.2856.824.51
Hex4A621B180483E503919
Octal11214233300110761207131
Binary10010101100010110111100001001000111110101000011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A621B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,98,27); }

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

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

 a { background-color: rgb(74,98,27); }

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

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

 span { border-color: rgb(74,98,27); }

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