Html Css Color HEX #4A8874 Viridian

📋 copy color: '#4A8874'

red 74 ◦ green 136 ◦ blue 116

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

Shades of Viridian #4A8874

Tints of Viridian #4A8874

RGB

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

 GREEN value IS 136 (53.52% from 255) = 41.72%

 BLUE value IS 116 (45.7% from 255) = 35.58%

R = 22.7%
G = 41.72%
B = 35.58%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.15

 K value IS 0.47

RGB Variations

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

Color information

#4A8874 (or 0x4A8874) is known color: Viridian. HEX triplet: 4A, 88 and 74. RGB value is (74,136,116). Sum of RGB (Red+Green+Blue) = 74+136+116=326 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.70% from 326); Green value is 136 (53.52% from 255 or 41.72% from 326); Blue value is 116 (45.70% from 255 or 35.58% from 326); Max value from RGB is 136 - color contains mainly: green. Hex color #4A8874 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A8874 is #B5778B. Grayscale: #737373. Windows color (decimal): -11892620 or 7637066. OLE color: 7637066.

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

Color convert

RGB 74 136 116 -
CMYK 0.46 0 0.15 0.47
HSL 160.65º 0.3% 0.41% -
HSV(B) 160.65º 0.46% 0.53% -
XYZ 14.78 20.33 19.67 -
YUV 115.18 128.46 98.63 -
System Red Green Blue C M Y K H S L
Decimal 74 136 116 0.46 0 0.15 0.47 160.65 0.3 0.41
Hex 4A 88 74 2E 0 F 2F A1 1E 29
Octal 112 210 164 56 0 17 57 241 36 51
Binary 1001010 10001000 1110100 101110 0 1111 101111 10100001 11110 101001

Color Harmonies of #4A8874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A8874

Black with #4A8874

Text Example


Text Example

White with #4A8874

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,136,116); }

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

background-color css

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

 a { background-color: rgb(74,136,116); }

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

border-color css

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

 span { border-color: rgb(74,136,116); }

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