#4A8675

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

Shades of Viridian #4A8675

Tints of Viridian #4A8675

Color information

#4A8675 (or 0x4A8675) is unknown color: approx Viridian. HEX triplet: 4A, 86 and 75. RGB value is (74,134,117). Sum of RGB (Red+Green+Blue) = 74+134+117=325 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.77% from 325); Green value is 134 (52.73% from 255 or 41.23% from 325); Blue value is 117 (46.09% from 255 or 36% from 325); Max value from RGB is 134 - color contains mainly: green. Hex color #4A8675 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A8675 is #B5798A. Grayscale: #727272. Windows color (decimal): -11893131 or 7702090. OLE color: 7702090.

HSL color Cylindrical-coordinate representation of color #4A8675: hue angle of 163º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4A8675 is Cyan = 0.45, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.47.

Color convert

RGB74134117-
CMYK0.4500.130.47
HSL163º28.85%40.78%-
HSV(B)163º44.78%52.55%-
XYZ14.5619.7919.88-
YUV114.12129.6299.38-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 22.77%
GREEN value IS 134 (52.73% from 255) = 41.23%
BLUE value IS 117 (46.09% from 255) = 36%
R=22.77%
G=41.23%
B=36%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal741341170.4500.130.4716328.8540.78
Hex4A86752D0D2Fa31d29
Octal11220616555015572433551
Binary1001010100001101110101101101011011011111010001111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A8675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,134,117); }

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

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

 a { background-color: rgb(74,134,117); }

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

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

 span { border-color: rgb(74,134,117); }

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