#4A675A

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

Shades of Viridian Green #4A675A

Tints of Viridian Green #4A675A

Color information

#4A675A (or 0x4A675A) is unknown color: approx Viridian Green. HEX triplet: 4A, 67 and 5A. RGB value is (74,103,90). Sum of RGB (Red+Green+Blue) = 74+103+90=267 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.72% from 267); Green value is 103 (40.62% from 255 or 38.58% from 267); Blue value is 90 (35.55% from 255 or 33.71% from 267); Max value from RGB is 103 - color contains mainly: green. Hex color #4A675A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A675A is #B598A5. Grayscale: #5C5C5C. Windows color (decimal): -11901094 or 5924682. OLE color: 5924682.

HSL color Cylindrical-coordinate representation of color #4A675A: hue angle of 153.1º 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 #4A675A is Cyan = 0.28, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.60.

Color convert

RGB7410390-
CMYK0.2800.130.60
HSL153.1º16.38%34.71%-
HSV(B)153.1º28.16%40.39%-
XYZ9.5211.8911.47-
YUV92.85126.39114.56-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 27.72%
GREEN value IS 103 (40.62% from 255) = 38.58%
BLUE value IS 90 (35.55% from 255) = 33.71%
R=27.72%
G=38.58%
B=33.71%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal74103900.2800.130.60153.116.3834.71
Hex4A675A1C0D3C991023
Octal11214713234015742312043
Binary10010101100111101101011100011011111001001100110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A675A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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