#4B7866

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

Shades of Viridian #4B7866

Tints of Viridian #4B7866

Color information

#4B7866 (or 0x4B7866) is unknown color: approx Viridian. HEX triplet: 4B, 78 and 66. RGB value is (75,120,102). Sum of RGB (Red+Green+Blue) = 75+120+102=297 (39% of max value = 765). Red value is 75 (29.69% from 255 or 25.25% from 297); Green value is 120 (47.27% from 255 or 40.40% from 297); Blue value is 102 (40.23% from 255 or 34.34% from 297); Max value from RGB is 120 - color contains mainly: green. Hex color #4B7866 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B7866 is #B48799. Grayscale: #686868. Windows color (decimal): -11831194 or 6715467. OLE color: 6715467.

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

Color convert

RGB75120102-
CMYK0.3700.150.53
HSL156º23.08%38.24%-
HSV(B)156º37.5%47.06%-
XYZ12.0215.8915-
YUV104.49126.59106.96-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 25.25%
GREEN value IS 120 (47.27% from 255) = 40.40%
BLUE value IS 102 (40.23% from 255) = 34.34%
R=25.25%
G=40.40%
B=34.34%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal751201020.3700.150.5315623.0838.24
Hex4B7866250F359c1726
Octal11317014645017652342746
Binary100101111110001100110100101011111101011001110010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B7866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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