#4C6019

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

Shades of Verdun Green #4C6019

Tints of Verdun Green #4C6019

Color information

#4C6019 (or 0x4C6019) is unknown color: approx Verdun Green. HEX triplet: 4C, 60 and 19. RGB value is (76,96,25). Sum of RGB (Red+Green+Blue) = 76+96+25=197 (26% of max value = 765). Red value is 76 (30.08% from 255 or 38.58% from 197); Green value is 96 (37.89% from 255 or 48.73% from 197); Blue value is 25 (10.16% from 255 or 12.69% from 197); Max value from RGB is 96 - color contains mainly: green. Hex color #4C6019 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C6019 is #B39FE6. Grayscale: #525252. Windows color (decimal): -11771879 or 1663052. OLE color: 1663052.

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

Color convert

RGB769625-
CMYK0.2100.740.62
HSL76.9º58.68%23.73%-
HSV(B)76.9º73.96%37.65%-
XYZ7.349.972.46-
YUV81.9395.87123.77-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 38.58%
GREEN value IS 96 (37.89% from 255) = 48.73%
BLUE value IS 25 (10.16% from 255) = 12.69%
R=38.58%
G=48.73%
B=12.69%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7696250.2100.740.6276.958.6823.73
Hex4C60191504A3E4d3b18
Octal11414031250112761157330
Binary10011001100000110011010101001010111110100110111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C6019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,96,25); }

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

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

 a { background-color: rgb(76,96,25); }

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

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

 span { border-color: rgb(76,96,25); }

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