Html Css Color HEX #4A876B Viridian

📋 copy color: '#4A876B'

red 74 ◦ green 135 ◦ blue 107

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

Shades of Viridian #4A876B

Tints of Viridian #4A876B

RGB

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

 GREEN value IS 135 (53.13% from 255) = 42.72%

 BLUE value IS 107 (42.19% from 255) = 33.86%

R = 23.42%
G = 42.72%
B = 33.86%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.21

 K value IS 0.47

RGB Variations

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

Color information

#4A876B (or 0x4A876B) is known color: Viridian. HEX triplet: 4A, 87 and 6B. RGB value is (74,135,107). Sum of RGB (Red+Green+Blue) = 74+135+107=316 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.42% from 316); Green value is 135 (53.12% from 255 or 42.72% from 316); Blue value is 107 (42.19% from 255 or 33.86% from 316); Max value from RGB is 135 - color contains mainly: green. Hex color #4A876B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A876B is #B57894. Grayscale: #717171. Windows color (decimal): -11892885 or 7046986. OLE color: 7046986.

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

Color convert

RGB 74 135 107 -
CMYK 0.45 0 0.21 0.47
HSL 152.46º 0.29% 0.41% -
HSV(B) 152.46º 0.45% 0.53% -
XYZ 14.14 19.85 17 -
YUV 113.57 124.29 99.78 -
System Red Green Blue C M Y K H S L
Decimal 74 135 107 0.45 0 0.21 0.47 152.46 0.29 0.41
Hex 4A 87 6B 2D 0 15 2F 98 1D 29
Octal 112 207 153 55 0 25 57 230 35 51
Binary 1001010 10000111 1101011 101101 0 10101 101111 10011000 11101 101001

Color Harmonies of #4A876B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A876B

Black with #4A876B

Text Example


Text Example

White with #4A876B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,135,107); }

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

background-color css

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

 a { background-color: rgb(74,135,107); }

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

border-color css

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

 span { border-color: rgb(74,135,107); }

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