Html Css Color HEX #4C8E72 Viridian

📋 copy color: '#4C8E72'

red 76 ◦ green 142 ◦ blue 114

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

Shades of Viridian #4C8E72

Tints of Viridian #4C8E72

RGB

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

 GREEN value IS 142 (55.86% from 255) = 42.77%

 BLUE value IS 114 (44.92% from 255) = 34.34%

R = 22.89%
G = 42.77%
B = 34.34%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.20

 K value IS 0.44

RGB Variations

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

Color information

#4C8E72 (or 0x4C8E72) is known color: Viridian. HEX triplet: 4C, 8E and 72. RGB value is (76,142,114). Sum of RGB (Red+Green+Blue) = 76+142+114=332 (43% of max value = 765). Red value is 76 (30.08% from 255 or 22.89% from 332); Green value is 142 (55.86% from 255 or 42.77% from 332); Blue value is 114 (44.92% from 255 or 34.34% from 332); Max value from RGB is 142 - color contains mainly: green. Hex color #4C8E72 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C8E72 is #B3718D. Grayscale: #777777. Windows color (decimal): -11760014 or 7507532. OLE color: 7507532.

HSL color Cylindrical-coordinate representation of color #4C8E72: hue angle of 154.55º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4C8E72 is Cyan = 0.46, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.44.

Color convert

RGB 76 142 114 -
CMYK 0.46 0 0.20 0.44
HSL 154.55º 0.3% 0.43% -
HSV(B) 154.55º 0.46% 0.56% -
XYZ 15.69 22.1 19.36 -
YUV 119.07 125.13 97.28 -
System Red Green Blue C M Y K H S L
Decimal 76 142 114 0.46 0 0.20 0.44 154.55 0.3 0.43
Hex 4C 8E 72 2E 0 14 2C 9B 1E 2B
Octal 114 216 162 56 0 24 54 233 36 53
Binary 1001100 10001110 1110010 101110 0 10100 101100 10011011 11110 101011

Color Harmonies of #4C8E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C8E72

Black with #4C8E72

Text Example


Text Example

White with #4C8E72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,142,114); }

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

background-color css

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

 a { background-color: rgb(76,142,114); }

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

border-color css

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

 span { border-color: rgb(76,142,114); }

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