Html Css Color HEX #4A8777 Viridian

📋 copy color: '#4A8777'

red 74 ◦ green 135 ◦ blue 119

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

Shades of Viridian #4A8777

Tints of Viridian #4A8777

RGB

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

 GREEN value IS 135 (53.13% from 255) = 41.16%

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

R = 22.56%
G = 41.16%
B = 36.28%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.12

 K value IS 0.47

RGB Variations

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

Color information

#4A8777 (or 0x4A8777) is known color: Viridian. HEX triplet: 4A, 87 and 77. RGB value is (74,135,119). Sum of RGB (Red+Green+Blue) = 74+135+119=328 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.56% from 328); Green value is 135 (53.12% from 255 or 41.16% from 328); Blue value is 119 (46.88% from 255 or 36.28% from 328); Max value from RGB is 135 - color contains mainly: green. Hex color #4A8777 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A8777 is #B57888. Grayscale: #727272. Windows color (decimal): -11892873 or 7833418. OLE color: 7833418.

HSL color Cylindrical-coordinate representation of color #4A8777: hue angle of 164.26º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4A8777 is Cyan = 0.45, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.47.

Color convert

RGB 74 135 119 -
CMYK 0.45 0 0.12 0.47
HSL 164.26º 0.29% 0.41% -
HSV(B) 164.26º 0.45% 0.53% -
XYZ 14.82 20.12 20.55 -
YUV 114.94 130.29 98.8 -
System Red Green Blue C M Y K H S L
Decimal 74 135 119 0.45 0 0.12 0.47 164.26 0.29 0.41
Hex 4A 87 77 2D 0 C 2F A4 1D 29
Octal 112 207 167 55 0 14 57 244 35 51
Binary 1001010 10000111 1110111 101101 0 1100 101111 10100100 11101 101001

Color Harmonies of #4A8777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A8777

Black with #4A8777

Text Example


Text Example

White with #4A8777

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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