#4C6B5D

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

Shades of Viridian Green #4C6B5D

Tints of Viridian Green #4C6B5D

Color information

#4C6B5D (or 0x4C6B5D) is unknown color: approx Viridian Green. HEX triplet: 4C, 6B and 5D. RGB value is (76,107,93). Sum of RGB (Red+Green+Blue) = 76+107+93=276 (36% of max value = 765). Red value is 76 (30.08% from 255 or 27.54% from 276); Green value is 107 (42.19% from 255 or 38.77% from 276); Blue value is 93 (36.72% from 255 or 33.70% from 276); Max value from RGB is 107 - color contains mainly: green. Hex color #4C6B5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C6B5D is #B394A2. Grayscale: #606060. Windows color (decimal): -11768995 or 6122316. OLE color: 6122316.

HSL color Cylindrical-coordinate representation of color #4C6B5D: hue angle of 152.9º 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 #4C6B5D is Cyan = 0.29, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.58.

Color convert

RGB7610793-
CMYK0.2900.130.58
HSL152.9º16.94%35.88%-
HSV(B)152.9º28.97%41.96%-
XYZ10.2112.8412.3-
YUV96.14126.23113.64-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 27.54%
GREEN value IS 107 (42.19% from 255) = 38.77%
BLUE value IS 93 (36.72% from 255) = 33.70%
R=27.54%
G=38.77%
B=33.70%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal76107930.2900.130.58152.916.9435.88
Hex4C6B5D1D0D3A991124
Octal11415313535015722312144
Binary10011001101011101110111101011011110101001100110001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C6B5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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