#4B7766

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

Shades of Viridian #4B7766

Tints of Viridian #4B7766

Color information

#4B7766 (or 0x4B7766) is unknown color: approx Viridian. HEX triplet: 4B, 77 and 66. RGB value is (75,119,102). Sum of RGB (Red+Green+Blue) = 75+119+102=296 (39% of max value = 765). Red value is 75 (29.69% from 255 or 25.34% from 296); Green value is 119 (46.88% from 255 or 40.20% from 296); Blue value is 102 (40.23% from 255 or 34.46% from 296); Max value from RGB is 119 - color contains mainly: green. Hex color #4B7766 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B7766 is #B48899. Grayscale: #676767. Windows color (decimal): -11831450 or 6715211. OLE color: 6715211.

HSL color Cylindrical-coordinate representation of color #4B7766: hue angle of 156.82º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4B7766 is Cyan = 0.37, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.53.

Color convert

RGB75119102-
CMYK0.3700.140.53
HSL156.82º22.68%38.04%-
HSV(B)156.82º36.97%46.67%-
XYZ11.915.6514.96-
YUV103.91126.92107.38-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 25.34%
GREEN value IS 119 (46.88% from 255) = 40.20%
BLUE value IS 102 (40.23% from 255) = 34.46%
R=25.34%
G=40.20%
B=34.46%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal751191020.3700.140.53156.8222.6838.04
Hex4B7766250E359d1726
Octal11316714645016652352746
Binary100101111101111100110100101011101101011001110110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B7766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,119,102); }

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

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

 a { background-color: rgb(75,119,102); }

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

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

 span { border-color: rgb(75,119,102); }

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