#4A6B5D

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

Shades of Viridian Green #4A6B5D

Tints of Viridian Green #4A6B5D

Color information

#4A6B5D (or 0x4A6B5D) is unknown color: approx Viridian Green. HEX triplet: 4A, 6B and 5D. RGB value is (74,107,93). Sum of RGB (Red+Green+Blue) = 74+107+93=274 (36% of max value = 765). Red value is 74 (29.30% from 255 or 27.01% from 274); Green value is 107 (42.19% from 255 or 39.05% from 274); Blue value is 93 (36.72% from 255 or 33.94% from 274); Max value from RGB is 107 - color contains mainly: green. Hex color #4A6B5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A6B5D is #B594A2. Grayscale: #5F5F5F. Windows color (decimal): -11900067 or 6122314. OLE color: 6122314.

HSL color Cylindrical-coordinate representation of color #4A6B5D: hue angle of 154.55º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #4A6B5D is Cyan = 0.31, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.58.

Color convert

RGB7410793-
CMYK0.3100.130.58
HSL154.55º18.23%35.49%-
HSV(B)154.55º30.84%41.96%-
XYZ10.0612.7612.29-
YUV95.54126.57112.64-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 27.01%
GREEN value IS 107 (42.19% from 255) = 39.05%
BLUE value IS 93 (36.72% from 255) = 33.94%
R=27.01%
G=39.05%
B=33.94%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal74107930.3100.130.58154.5518.2335.49
Hex4A6B5D1F0D3A9b1223
Octal11215313537015722332243
Binary10010101101011101110111111011011110101001101110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A6B5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,107,93); }

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

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

 a { background-color: rgb(74,107,93); }

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

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

 span { border-color: rgb(74,107,93); }

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