Html Css Color HEX #4A8673 Viridian

📋 copy color: '#4A8673'

red 74 ◦ green 134 ◦ blue 115

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

Shades of Viridian #4A8673

Tints of Viridian #4A8673

RGB

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

 GREEN value IS 134 (52.73% from 255) = 41.49%

 BLUE value IS 115 (45.31% from 255) = 35.6%

R = 22.91%
G = 41.49%
B = 35.6%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.14

 K value IS 0.47

RGB Variations

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

Color information

#4A8673 (or 0x4A8673) is known color: Viridian. HEX triplet: 4A, 86 and 73. RGB value is (74,134,115). Sum of RGB (Red+Green+Blue) = 74+134+115=323 (42% of max value = 765). Red value is 74 (29.30% from 255 or 22.91% from 323); Green value is 134 (52.73% from 255 or 41.49% from 323); Blue value is 115 (45.31% from 255 or 35.60% from 323); Max value from RGB is 134 - color contains mainly: green. Hex color #4A8673 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A8673 is #B5798C. Grayscale: #717171. Windows color (decimal): -11893133 or 7571018. OLE color: 7571018.

HSL color Cylindrical-coordinate representation of color #4A8673: hue angle of 161º 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 #4A8673 is Cyan = 0.45, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.47.

Color convert

RGB 74 134 115 -
CMYK 0.45 0 0.14 0.47
HSL 161º 0.29% 0.41% -
HSV(B) 161º 0.45% 0.53% -
XYZ 14.44 19.74 19.27 -
YUV 113.89 128.62 99.54 -
System Red Green Blue C M Y K H S L
Decimal 74 134 115 0.45 0 0.14 0.47 161 0.29 0.41
Hex 4A 86 73 2D 0 E 2F A1 1D 29
Octal 112 206 163 55 0 16 57 241 35 51
Binary 1001010 10000110 1110011 101101 0 1110 101111 10100001 11101 101001

Color Harmonies of #4A8673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A8673

Black with #4A8673

Text Example


Text Example

White with #4A8673

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,134,115); }

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

background-color css

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

 a { background-color: rgb(74,134,115); }

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

border-color css

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

 span { border-color: rgb(74,134,115); }

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