#4A665A

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

Shades of Viridian Green #4A665A

Tints of Viridian Green #4A665A

Color information

#4A665A (or 0x4A665A) is unknown color: approx Viridian Green. HEX triplet: 4A, 66 and 5A. RGB value is (74,102,90). Sum of RGB (Red+Green+Blue) = 74+102+90=266 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.82% from 266); Green value is 102 (40.23% from 255 or 38.35% from 266); Blue value is 90 (35.55% from 255 or 33.83% from 266); Max value from RGB is 102 - color contains mainly: green. Hex color #4A665A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A665A is #B599A5. Grayscale: #5C5C5C. Windows color (decimal): -11901350 or 5924426. OLE color: 5924426.

HSL color Cylindrical-coordinate representation of color #4A665A: hue angle of 154.29º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #4A665A is Cyan = 0.27, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.6.

Color convert

RGB7410290-
CMYK0.2700.120.6
HSL154.29º15.91%34.51%-
HSV(B)154.29º27.45%40%-
XYZ9.4211.711.43-
YUV92.26126.72114.98-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 27.82%
GREEN value IS 102 (40.23% from 255) = 38.35%
BLUE value IS 90 (35.55% from 255) = 33.83%
R=27.82%
G=38.35%
B=33.83%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal74102900.2700.120.6154.2915.9134.51
Hex4A665A1B0C3C9a1023
Octal11214613233014742322043
Binary10010101100110101101011011011001111001001101010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A665A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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