#4C7B68

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

Shades of Viridian #4C7B68

Tints of Viridian #4C7B68

Color information

#4C7B68 (or 0x4C7B68) is unknown color: approx Viridian. HEX triplet: 4C, 7B and 68. RGB value is (76,123,104). Sum of RGB (Red+Green+Blue) = 76+123+104=303 (40% of max value = 765). Red value is 76 (30.08% from 255 or 25.08% from 303); Green value is 123 (48.44% from 255 or 40.59% from 303); Blue value is 104 (41.02% from 255 or 34.32% from 303); Max value from RGB is 123 - color contains mainly: green. Hex color #4C7B68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C7B68 is #B38497. Grayscale: #6A6A6A. Windows color (decimal): -11764888 or 6847308. OLE color: 6847308.

HSL color Cylindrical-coordinate representation of color #4C7B68: hue angle of 155.74º degrees, saturation: 0.24, 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 #4C7B68 is Cyan = 0.38, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.52.

Color convert

RGB76123104-
CMYK0.3800.150.52
HSL155.74º23.62%39.02%-
HSV(B)155.74º38.21%48.24%-
XYZ12.5616.715.66-
YUV106.78126.43106.04-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 25.08%
GREEN value IS 123 (48.44% from 255) = 40.59%
BLUE value IS 104 (41.02% from 255) = 34.32%
R=25.08%
G=40.59%
B=34.32%

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
Decimal761231040.3800.150.52155.7423.6239.02
Hex4C7B68260F349c1827
Octal11417315046017642343047
Binary100110011110111101000100110011111101001001110011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C7B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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