#4A8C75

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

Shades of Viridian #4A8C75

Tints of Viridian #4A8C75

Color information

#4A8C75 (or 0x4A8C75) is unknown color: approx Viridian. HEX triplet: 4A, 8C and 75. RGB value is (74,140,117). Sum of RGB (Red+Green+Blue) = 74+140+117=331 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.36% from 331); Green value is 140 (55.08% from 255 or 42.30% from 331); Blue value is 117 (46.09% from 255 or 35.35% from 331); Max value from RGB is 140 - color contains mainly: green. Hex color #4A8C75 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A8C75 is #B5738A. Grayscale: #757575. Windows color (decimal): -11891595 or 7703626. OLE color: 7703626.

HSL color Cylindrical-coordinate representation of color #4A8C75: hue angle of 159.09º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4A8C75 is Cyan = 0.47, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.45.

Color convert

RGB74140117-
CMYK0.4700.160.45
HSL159.09º30.84%41.96%-
HSV(B)159.09º47.14%54.9%-
XYZ15.4121.520.17-
YUV117.64127.6396.87-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 22.36%
GREEN value IS 140 (55.08% from 255) = 42.30%
BLUE value IS 117 (46.09% from 255) = 35.35%
R=22.36%
G=42.30%
B=35.35%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal741401170.4700.160.45159.0930.8441.96
Hex4A8C752F0102D9f1f2a
Octal11221416557020552373752
Binary10010101000110011101011011110100001011011001111111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A8C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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