#4A675C

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

Shades of Viridian Green #4A675C

Tints of Viridian Green #4A675C

Color information

#4A675C (or 0x4A675C) is unknown color: approx Viridian Green. HEX triplet: 4A, 67 and 5C. RGB value is (74,103,92). Sum of RGB (Red+Green+Blue) = 74+103+92=269 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.51% from 269); Green value is 103 (40.62% from 255 or 38.29% from 269); Blue value is 92 (36.33% from 255 or 34.20% from 269); Max value from RGB is 103 - color contains mainly: green. Hex color #4A675C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A675C is #B598A3. Grayscale: #5D5D5D. Windows color (decimal): -11901092 or 6055754. OLE color: 6055754.

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

Color convert

RGB7410392-
CMYK0.2800.110.60
HSL157.24º16.38%34.71%-
HSV(B)157.24º28.16%40.39%-
XYZ9.6111.9311.92-
YUV93.07127.39114.39-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 27.51%
GREEN value IS 103 (40.62% from 255) = 38.29%
BLUE value IS 92 (36.33% from 255) = 34.20%
R=27.51%
G=38.29%
B=34.20%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal74103920.2800.110.60157.2416.3834.71
Hex4A675C1C0B3C9d1023
Octal11214713434013742352043
Binary10010101100111101110011100010111111001001110110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A675C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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