Html Css Color HEX #4C9172 Viridian

📋 copy color: '#4C9172'

red 76 ◦ green 145 ◦ blue 114

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

Shades of Viridian #4C9172

Tints of Viridian #4C9172

RGB

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

 GREEN value IS 145 (57.03% from 255) = 43.28%

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

R = 22.69%
G = 43.28%
B = 34.03%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.21

 K value IS 0.43

RGB Variations

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

Color information

#4C9172 (or 0x4C9172) is known color: Viridian. HEX triplet: 4C, 91 and 72. RGB value is (76,145,114). Sum of RGB (Red+Green+Blue) = 76+145+114=335 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.69% from 335); Green value is 145 (57.03% from 255 or 43.28% from 335); Blue value is 114 (44.92% from 255 or 34.03% from 335); Max value from RGB is 145 - color contains mainly: green. Hex color #4C9172 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C9172 is #B36E8D. Grayscale: #787878. Windows color (decimal): -11759246 or 7508300. OLE color: 7508300.

HSL color Cylindrical-coordinate representation of color #4C9172: hue angle of 153.04º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4C9172 is Cyan = 0.48, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.43.

Color convert

RGB 76 145 114 -
CMYK 0.48 0 0.21 0.43
HSL 153.04º 0.31% 0.43% -
HSV(B) 153.04º 0.48% 0.57% -
XYZ 16.14 23 19.51 -
YUV 120.84 124.14 96.02 -
System Red Green Blue C M Y K H S L
Decimal 76 145 114 0.48 0 0.21 0.43 153.04 0.31 0.43
Hex 4C 91 72 30 0 15 2B 99 1F 2B
Octal 114 221 162 60 0 25 53 231 37 53
Binary 1001100 10010001 1110010 110000 0 10101 101011 10011001 11111 101011

Color Harmonies of #4C9172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C9172

Black with #4C9172

Text Example


Text Example

White with #4C9172

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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