Html Css Color HEX #4C8472 Viridian

📋 copy color: '#4C8472'

red 76 ◦ green 132 ◦ blue 114

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

Shades of Viridian #4C8472

Tints of Viridian #4C8472

RGB

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

 GREEN value IS 132 (51.95% from 255) = 40.99%

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

R = 23.6%
G = 40.99%
B = 35.4%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.14

 K value IS 0.48

RGB Variations

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

Color information

#4C8472 (or 0x4C8472) is known color: Viridian. HEX triplet: 4C, 84 and 72. RGB value is (76,132,114). Sum of RGB (Red+Green+Blue) = 76+132+114=322 (42% of max value = 765). Red value is 76 (30.08% from 255 or 23.60% from 322); Green value is 132 (51.95% from 255 or 40.99% from 322); Blue value is 114 (44.92% from 255 or 35.40% from 322); Max value from RGB is 132 - color contains mainly: green. Hex color #4C8472 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C8472 is #B37B8D. Grayscale: #717171. Windows color (decimal): -11762574 or 7504972. OLE color: 7504972.

HSL color Cylindrical-coordinate representation of color #4C8472: hue angle of 160.71º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4C8472 is Cyan = 0.42, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.48.

Color convert

RGB 76 132 114 -
CMYK 0.42 0 0.14 0.48
HSL 160.71º 0.27% 0.41% -
HSV(B) 160.71º 0.42% 0.52% -
XYZ 14.27 19.25 18.88 -
YUV 113.2 128.45 101.46 -
System Red Green Blue C M Y K H S L
Decimal 76 132 114 0.42 0 0.14 0.48 160.71 0.27 0.41
Hex 4C 84 72 2A 0 E 30 A1 1B 29
Octal 114 204 162 52 0 16 60 241 33 51
Binary 1001100 10000100 1110010 101010 0 1110 110000 10100001 11011 101001

Color Harmonies of #4C8472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C8472

Black with #4C8472

Text Example


Text Example

White with #4C8472

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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