#4A7866

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

Shades of Viridian #4A7866

Tints of Viridian #4A7866

Color information

#4A7866 (or 0x4A7866) is unknown color: approx Viridian. HEX triplet: 4A, 78 and 66. RGB value is (74,120,102). Sum of RGB (Red+Green+Blue) = 74+120+102=296 (39% of max value = 765). Red value is 74 (29.30% from 255 or 25% from 296); Green value is 120 (47.27% from 255 or 40.54% from 296); Blue value is 102 (40.23% from 255 or 34.46% from 296); Max value from RGB is 120 - color contains mainly: green. Hex color #4A7866 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A7866 is #B58799. Grayscale: #686868. Windows color (decimal): -11896730 or 6715466. OLE color: 6715466.

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

Color convert

RGB74120102-
CMYK0.3800.150.53
HSL156.52º23.71%38.04%-
HSV(B)156.52º38.33%47.06%-
XYZ11.9415.8515-
YUV104.19126.76106.46-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 25%
GREEN value IS 120 (47.27% from 255) = 40.54%
BLUE value IS 102 (40.23% from 255) = 34.46%
R=25%
G=40.54%
B=34.46%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal741201020.3800.150.53156.5223.7138.04
Hex4A7866260F359d1826
Octal11217014646017652353046
Binary100101011110001100110100110011111101011001110111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A7866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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