Html Css Color HEX #4C9376 Viridian

📋 copy color: '#4C9376'

red 76 ◦ green 147 ◦ blue 118

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

Shades of Viridian #4C9376

Tints of Viridian #4C9376

RGB

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

 GREEN value IS 147 (57.81% from 255) = 43.11%

 BLUE value IS 118 (46.48% from 255) = 34.6%

R = 22.29%
G = 43.11%
B = 34.6%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#4C9376 (or 0x4C9376) is known color: Viridian. HEX triplet: 4C, 93 and 76. RGB value is (76,147,118). Sum of RGB (Red+Green+Blue) = 76+147+118=341 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.29% from 341); Green value is 147 (57.81% from 255 or 43.11% from 341); Blue value is 118 (46.48% from 255 or 34.60% from 341); Max value from RGB is 147 - color contains mainly: green. Hex color #4C9376 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C9376 is #B36C89. Grayscale: #7A7A7A. Windows color (decimal): -11758730 or 7770956. OLE color: 7770956.

HSL color Cylindrical-coordinate representation of color #4C9376: hue angle of 155.49º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4C9376 is Cyan = 0.48, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB 76 147 118 -
CMYK 0.48 0 0.20 0.42
HSL 155.49º 0.32% 0.44% -
HSV(B) 155.49º 0.48% 0.58% -
XYZ 16.68 23.71 20.84 -
YUV 122.47 125.48 94.86 -
System Red Green Blue C M Y K H S L
Decimal 76 147 118 0.48 0 0.20 0.42 155.49 0.32 0.44
Hex 4C 93 76 30 0 14 2A 9B 20 2C
Octal 114 223 166 60 0 24 52 233 40 54
Binary 1001100 10010011 1110110 110000 0 10100 101010 10011011 100000 101100

Color Harmonies of #4C9376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C9376

Black with #4C9376

Text Example


Text Example

White with #4C9376

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,147,118); }

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

background-color css

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

 a { background-color: rgb(76,147,118); }

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

border-color css

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

 span { border-color: rgb(76,147,118); }

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