Html Css Color HEX #4A8E77 Viridian

📋 copy color: '#4A8E77'

red 74 ◦ green 142 ◦ blue 119

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

Shades of Viridian #4A8E77

Tints of Viridian #4A8E77

RGB

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

 GREEN value IS 142 (55.86% from 255) = 42.39%

 BLUE value IS 119 (46.88% from 255) = 35.52%

R = 22.09%
G = 42.39%
B = 35.52%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.16

 K value IS 0.44

RGB Variations

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

Color information

#4A8E77 (or 0x4A8E77) is known color: Viridian. HEX triplet: 4A, 8E and 77. RGB value is (74,142,119). Sum of RGB (Red+Green+Blue) = 74+142+119=335 (44% of max value = 765). Red value is 74 (29.30% from 255 or 22.09% from 335); Green value is 142 (55.86% from 255 or 42.39% from 335); Blue value is 119 (46.88% from 255 or 35.52% from 335); Max value from RGB is 142 - color contains mainly: green. Hex color #4A8E77 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A8E77 is #B57188. Grayscale: #777777. Windows color (decimal): -11891081 or 7835210. OLE color: 7835210.

HSL color Cylindrical-coordinate representation of color #4A8E77: hue angle of 159.71º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4A8E77 is Cyan = 0.48, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.44.

Color convert

RGB 74 142 119 -
CMYK 0.48 0 0.16 0.44
HSL 159.71º 0.31% 0.42% -
HSV(B) 159.71º 0.48% 0.56% -
XYZ 15.83 22.13 20.89 -
YUV 119.05 127.97 95.87 -
System Red Green Blue C M Y K H S L
Decimal 74 142 119 0.48 0 0.16 0.44 159.71 0.31 0.42
Hex 4A 8E 77 30 0 10 2C A0 1F 2A
Octal 112 216 167 60 0 20 54 240 37 52
Binary 1001010 10001110 1110111 110000 0 10000 101100 10100000 11111 101010

Color Harmonies of #4A8E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A8E77

Black with #4A8E77

Text Example


Text Example

White with #4A8E77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,142,119); }

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

background-color css

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

 a { background-color: rgb(74,142,119); }

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

border-color css

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

 span { border-color: rgb(74,142,119); }

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