Html Css Color HEX #4A866F Viridian

📋 copy color: '#4A866F'

red 74 ◦ green 134 ◦ blue 111

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

Shades of Viridian #4A866F

Tints of Viridian #4A866F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 34.8%

R = 23.2%
G = 42.01%
B = 34.8%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.17

 K value IS 0.47

RGB Variations

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

Color information

#4A866F (or 0x4A866F) is known color: Viridian. HEX triplet: 4A, 86 and 6F. RGB value is (74,134,111). Sum of RGB (Red+Green+Blue) = 74+134+111=319 (42% of max value = 765). Red value is 74 (29.30% from 255 or 23.20% from 319); Green value is 134 (52.73% from 255 or 42.01% from 319); Blue value is 111 (43.75% from 255 or 34.80% from 319); Max value from RGB is 134 - color contains mainly: green. Hex color #4A866F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A866F is #B57990. Grayscale: #717171. Windows color (decimal): -11893137 or 7308874. OLE color: 7308874.

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

Color convert

RGB 74 134 111 -
CMYK 0.45 0 0.17 0.47
HSL 157º 0.29% 0.41% -
HSV(B) 157º 0.45% 0.53% -
XYZ 14.22 19.65 18.08 -
YUV 113.44 126.62 99.87 -
System Red Green Blue C M Y K H S L
Decimal 74 134 111 0.45 0 0.17 0.47 157 0.29 0.41
Hex 4A 86 6F 2D 0 11 2F 9D 1D 29
Octal 112 206 157 55 0 21 57 235 35 51
Binary 1001010 10000110 1101111 101101 0 10001 101111 10011101 11101 101001

Color Harmonies of #4A866F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A866F

Black with #4A866F

Text Example


Text Example

White with #4A866F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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