Html Css Color HEX #4A6058 Viridian Green

📋 copy color: '#4A6058'

red 74 ◦ green 96 ◦ blue 88

#4A6058
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Viridian Green #4A6058

Tints of Viridian Green #4A6058

RGB

 RED value IS 74 (29.3% from 255) = 28.68%

 GREEN value IS 96 (37.89% from 255) = 37.21%

 BLUE value IS 88 (34.77% from 255) = 34.11%

R = 28.68%
G = 37.21%
B = 34.11%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.08

 K value IS 0.62

RGB Variations

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

Color information

#4A6058 (or 0x4A6058) is known color: Viridian Green. HEX triplet: 4A, 60 and 58. RGB value is (74,96,88). Sum of RGB (Red+Green+Blue) = 74+96+88=258 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.68% from 258); Green value is 96 (37.89% from 255 or 37.21% from 258); Blue value is 88 (34.77% from 255 or 34.11% from 258); Max value from RGB is 96 - color contains mainly: green. Hex color #4A6058 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A6058 is #B59FA7. Grayscale: #585858. Windows color (decimal): -11902888 or 5791818. OLE color: 5791818.

HSL color Cylindrical-coordinate representation of color #4A6058: hue angle of 158.18º degrees, saturation: 0.13, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #4A6058 is Cyan = 0.23, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.62.

Color convert

RGB 74 96 88 -
CMYK 0.23 0 0.08 0.62
HSL 158.18º 0.13% 0.33% -
HSV(B) 158.18º 0.23% 0.38% -
XYZ 8.77 10.53 10.8 -
YUV 88.51 127.71 117.65 -
System Red Green Blue C M Y K H S L
Decimal 74 96 88 0.23 0 0.08 0.62 158.18 0.13 0.33
Hex 4A 60 58 17 0 8 3E 9E D 21
Octal 112 140 130 27 0 10 76 236 15 41
Binary 1001010 1100000 1011000 10111 0 1000 111110 10011110 1101 100001

Color Harmonies of #4A6058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A6058

Black with #4A6058

Text Example


Text Example

White with #4A6058

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4A6058;
 }
 .AnyTagClassName
 {
   color: #4A6058;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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