#4C6B5F

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

Shades of Viridian Green #4C6B5F

Tints of Viridian Green #4C6B5F

Color information

#4C6B5F (or 0x4C6B5F) is unknown color: approx Viridian Green. HEX triplet: 4C, 6B and 5F. RGB value is (76,107,95). Sum of RGB (Red+Green+Blue) = 76+107+95=278 (36% of max value = 765). Red value is 76 (30.08% from 255 or 27.34% from 278); Green value is 107 (42.19% from 255 or 38.49% from 278); Blue value is 95 (37.5% from 255 or 34.17% from 278); Max value from RGB is 107 - color contains mainly: green. Hex color #4C6B5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C6B5F is #B394A0. Grayscale: #606060. Windows color (decimal): -11768993 or 6253388. OLE color: 6253388.

HSL color Cylindrical-coordinate representation of color #4C6B5F: hue angle of 156.77º degrees, saturation: 0.17, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #4C6B5F is Cyan = 0.29, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.58.

Color convert

RGB7610795-
CMYK0.2900.110.58
HSL156.77º16.94%35.88%-
HSV(B)156.77º28.97%41.96%-
XYZ10.312.8812.77-
YUV96.36127.23113.48-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 27.34%
GREEN value IS 107 (42.19% from 255) = 38.49%
BLUE value IS 95 (37.5% from 255) = 34.17%
R=27.34%
G=38.49%
B=34.17%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal76107950.2900.110.58156.7716.9435.88
Hex4C6B5F1D0B3A9d1124
Octal11415313735013722352144
Binary10011001101011101111111101010111110101001110110001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C6B5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,107,95); }

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

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

 a { background-color: rgb(76,107,95); }

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

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

 span { border-color: rgb(76,107,95); }

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