Html Css Color HEX #4A8B76 Viridian

📋 copy color: '#4A8B76'

red 74 ◦ green 139 ◦ blue 118

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

Shades of Viridian #4A8B76

Tints of Viridian #4A8B76

RGB

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

 GREEN value IS 139 (54.69% from 255) = 41.99%

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

R = 22.36%
G = 41.99%
B = 35.65%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.15

 K value IS 0.45

RGB Variations

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

Color information

#4A8B76 (or 0x4A8B76) is known color: Viridian. HEX triplet: 4A, 8B and 76. RGB value is (74,139,118). Sum of RGB (Red+Green+Blue) = 74+139+118=331 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.36% from 331); Green value is 139 (54.69% from 255 or 41.99% from 331); Blue value is 118 (46.48% from 255 or 35.65% from 331); Max value from RGB is 139 - color contains mainly: green. Hex color #4A8B76 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A8B76 is #B57489. Grayscale: #757575. Windows color (decimal): -11891850 or 7768906. OLE color: 7768906.

HSL color Cylindrical-coordinate representation of color #4A8B76: hue angle of 160.62º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4A8B76 is Cyan = 0.47, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.45.

Color convert

RGB 74 139 118 -
CMYK 0.47 0 0.15 0.45
HSL 160.62º 0.31% 0.42% -
HSV(B) 160.62º 0.47% 0.55% -
XYZ 15.33 21.23 20.43 -
YUV 117.17 128.47 97.21 -
System Red Green Blue C M Y K H S L
Decimal 74 139 118 0.47 0 0.15 0.45 160.62 0.31 0.42
Hex 4A 8B 76 2F 0 F 2D A1 1F 2A
Octal 112 213 166 57 0 17 55 241 37 52
Binary 1001010 10001011 1110110 101111 0 1111 101101 10100001 11111 101010

Color Harmonies of #4A8B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A8B76

Black with #4A8B76

Text Example


Text Example

White with #4A8B76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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