#4C6018

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

Shades of Verdun Green #4C6018

Tints of Verdun Green #4C6018

Color information

#4C6018 (or 0x4C6018) is unknown color: approx Verdun Green. HEX triplet: 4C, 60 and 18. RGB value is (76,96,24). Sum of RGB (Red+Green+Blue) = 76+96+24=196 (25% of max value = 765). Red value is 76 (30.08% from 255 or 38.78% from 196); Green value is 96 (37.89% from 255 or 48.98% from 196); Blue value is 24 (9.77% from 255 or 12.24% from 196); Max value from RGB is 96 - color contains mainly: green. Hex color #4C6018 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C6018 is #B39FE7. Grayscale: #525252. Windows color (decimal): -11771880 or 1597516. OLE color: 1597516.

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

Color convert

RGB769624-
CMYK0.2100.750.62
HSL76.67º60%23.53%-
HSV(B)76.67º75%37.65%-
XYZ7.339.972.4-
YUV81.8195.37123.85-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 38.78%
GREEN value IS 96 (37.89% from 255) = 48.98%
BLUE value IS 24 (9.77% from 255) = 12.24%
R=38.78%
G=48.98%
B=12.24%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7696240.2100.750.6276.676023.53
Hex4C60181504B3E4d3c18
Octal11414030250113761157430
Binary10011001100000110001010101001011111110100110111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C6018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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