#4A7967

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

Shades of Viridian #4A7967

Tints of Viridian #4A7967

Color information

#4A7967 (or 0x4A7967) is unknown color: approx Viridian. HEX triplet: 4A, 79 and 67. RGB value is (74,121,103). Sum of RGB (Red+Green+Blue) = 74+121+103=298 (39% of max value = 765). Red value is 74 (29.30% from 255 or 24.83% from 298); Green value is 121 (47.66% from 255 or 40.60% from 298); Blue value is 103 (40.62% from 255 or 34.56% from 298); Max value from RGB is 121 - color contains mainly: green. Hex color #4A7967 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A7967 is #B58698. Grayscale: #686868. Windows color (decimal): -11896473 or 6781258. OLE color: 6781258.

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

Color convert

RGB74121103-
CMYK0.3900.150.53
HSL157.02º24.1%38.24%-
HSV(B)157.02º38.84%47.45%-
XYZ12.1116.1115.3-
YUV104.9126.93105.96-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 24.83%
GREEN value IS 121 (47.66% from 255) = 40.60%
BLUE value IS 103 (40.62% from 255) = 34.56%
R=24.83%
G=40.60%
B=34.56%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal741211030.3900.150.53157.0224.138.24
Hex4A7967270F359d1826
Octal11217114747017652353046
Binary100101011110011100111100111011111101011001110111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A7967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,121,103); }

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

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

 a { background-color: rgb(74,121,103); }

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

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

 span { border-color: rgb(74,121,103); }

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