Html Css Color HEX #4C8773 Viridian

📋 copy color: '#4C8773'

red 76 ◦ green 135 ◦ blue 115

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

Shades of Viridian #4C8773

Tints of Viridian #4C8773

RGB

 RED value IS 76 (30.08% from 255) = 23.31%

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

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

R = 23.31%
G = 41.41%
B = 35.28%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.15

 K value IS 0.47

RGB Variations

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

Color information

#4C8773 (or 0x4C8773) is known color: Viridian. HEX triplet: 4C, 87 and 73. RGB value is (76,135,115). Sum of RGB (Red+Green+Blue) = 76+135+115=326 (43% of max value = 765). Red value is 76 (30.08% from 255 or 23.31% from 326); Green value is 135 (53.12% from 255 or 41.41% from 326); Blue value is 115 (45.31% from 255 or 35.28% from 326); Max value from RGB is 135 - color contains mainly: green. Hex color #4C8773 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C8773 is #B3788C. Grayscale: #737373. Windows color (decimal): -11761805 or 7571276. OLE color: 7571276.

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

Color convert

RGB 76 135 115 -
CMYK 0.44 0 0.15 0.47
HSL 159.66º 0.28% 0.41% -
HSV(B) 159.66º 0.44% 0.53% -
XYZ 14.74 20.1 19.32 -
YUV 115.08 127.95 100.13 -
System Red Green Blue C M Y K H S L
Decimal 76 135 115 0.44 0 0.15 0.47 159.66 0.28 0.41
Hex 4C 87 73 2C 0 F 2F A0 1C 29
Octal 114 207 163 54 0 17 57 240 34 51
Binary 1001100 10000111 1110011 101100 0 1111 101111 10100000 11100 101001

Color Harmonies of #4C8773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C8773

Black with #4C8773

Text Example


Text Example

White with #4C8773

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,135,115); }

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

background-color css

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

 a { background-color: rgb(76,135,115); }

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

border-color css

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

 span { border-color: rgb(76,135,115); }

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