#4C7A68

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

Shades of Viridian #4C7A68

Tints of Viridian #4C7A68

Color information

#4C7A68 (or 0x4C7A68) is unknown color: approx Viridian. HEX triplet: 4C, 7A and 68. RGB value is (76,122,104). Sum of RGB (Red+Green+Blue) = 76+122+104=302 (40% of max value = 765). Red value is 76 (30.08% from 255 or 25.17% from 302); Green value is 122 (48.05% from 255 or 40.40% from 302); Blue value is 104 (41.02% from 255 or 34.44% from 302); Max value from RGB is 122 - color contains mainly: green. Hex color #4C7A68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C7A68 is #B38597. Grayscale: #6A6A6A. Windows color (decimal): -11765144 or 6847052. OLE color: 6847052.

HSL color Cylindrical-coordinate representation of color #4C7A68: hue angle of 156.52º degrees, saturation: 0.23, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4C7A68 is Cyan = 0.38, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.52.

Color convert

RGB76122104-
CMYK0.3800.150.52
HSL156.52º23.23%38.82%-
HSV(B)156.52º37.7%47.84%-
XYZ12.4416.4615.62-
YUV106.19126.76106.46-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 25.17%
GREEN value IS 122 (48.05% from 255) = 40.40%
BLUE value IS 104 (41.02% from 255) = 34.44%
R=25.17%
G=40.40%
B=34.44%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal761221040.3800.150.52156.5223.2338.82
Hex4C7A68260F349d1727
Octal11417215046017642352747
Binary100110011110101101000100110011111101001001110110111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C7A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,122,104); }

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

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

 a { background-color: rgb(76,122,104); }

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

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

 span { border-color: rgb(76,122,104); }

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