Html Css Color HEX #4A8576 Viridian

📋 copy color: '#4A8576'

red 74 ◦ green 133 ◦ blue 118

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

Shades of Viridian #4A8576

Tints of Viridian #4A8576

RGB

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

 GREEN value IS 133 (52.34% from 255) = 40.92%

 BLUE value IS 118 (46.48% from 255) = 36.31%

R = 22.77%
G = 40.92%
B = 36.31%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.11

 K value IS 0.48

RGB Variations

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

Color information

#4A8576 (or 0x4A8576) is known color: Viridian. HEX triplet: 4A, 85 and 76. RGB value is (74,133,118). Sum of RGB (Red+Green+Blue) = 74+133+118=325 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.77% from 325); Green value is 133 (52.34% from 255 or 40.92% from 325); Blue value is 118 (46.48% from 255 or 36.31% from 325); Max value from RGB is 133 - color contains mainly: green. Hex color #4A8576 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A8576 is #B57A89. Grayscale: #717171. Windows color (decimal): -11893386 or 7767370. OLE color: 7767370.

HSL color Cylindrical-coordinate representation of color #4A8576: hue angle of 164.75º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4A8576 is Cyan = 0.44, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.48.

Color convert

RGB 74 133 118 -
CMYK 0.44 0 0.11 0.48
HSL 164.75º 0.29% 0.41% -
HSV(B) 164.75º 0.44% 0.52% -
XYZ 14.48 19.54 20.15 -
YUV 113.65 130.45 99.72 -
System Red Green Blue C M Y K H S L
Decimal 74 133 118 0.44 0 0.11 0.48 164.75 0.29 0.41
Hex 4A 85 76 2C 0 B 30 A5 1D 29
Octal 112 205 166 54 0 13 60 245 35 51
Binary 1001010 10000101 1110110 101100 0 1011 110000 10100101 11101 101001

Color Harmonies of #4A8576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A8576

Black with #4A8576

Text Example


Text Example

White with #4A8576

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,133,118); }

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

background-color css

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

 a { background-color: rgb(74,133,118); }

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

border-color css

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

 span { border-color: rgb(74,133,118); }

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