#4A6258

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

Shades of Viridian Green #4A6258

Tints of Viridian Green #4A6258

Color information

#4A6258 (or 0x4A6258) is unknown color: approx Viridian Green. HEX triplet: 4A, 62 and 58. RGB value is (74,98,88). Sum of RGB (Red+Green+Blue) = 74+98+88=260 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.46% from 260); Green value is 98 (38.67% from 255 or 37.69% from 260); Blue value is 88 (34.77% from 255 or 33.85% from 260); Max value from RGB is 98 - color contains mainly: green. Hex color #4A6258 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A6258 is #B59DA7. Grayscale: #595959. Windows color (decimal): -11902376 or 5792330. OLE color: 5792330.

HSL color Cylindrical-coordinate representation of color #4A6258: hue angle of 155º degrees, saturation: 0.14, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #4A6258 is Cyan = 0.24, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.62.

Color convert

RGB749888-
CMYK0.2400.100.62
HSL155º13.95%33.73%-
HSV(B)155º24.49%38.43%-
XYZ8.9510.910.86-
YUV89.68127.05116.81-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 28.46%
GREEN value IS 98 (38.67% from 255) = 37.69%
BLUE value IS 88 (34.77% from 255) = 33.85%
R=28.46%
G=37.69%
B=33.85%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7498880.2400.100.6215513.9533.73
Hex4A6258180A3E9be22
Octal11214213030012762331642
Binary1001010110001010110001100001010111110100110111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A6258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,98,88); }

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

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

 a { background-color: rgb(74,98,88); }

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

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

 span { border-color: rgb(74,98,88); }

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