Html Css Color HEX #4C9076 Viridian

📋 copy color: '#4C9076'

red 76 ◦ green 144 ◦ blue 118

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

Shades of Viridian #4C9076

Tints of Viridian #4C9076

RGB

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

 GREEN value IS 144 (56.64% from 255) = 42.6%

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

R = 22.49%
G = 42.6%
B = 34.91%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.18

 K value IS 0.44

RGB Variations

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

Color information

#4C9076 (or 0x4C9076) is known color: Viridian. HEX triplet: 4C, 90 and 76. RGB value is (76,144,118). Sum of RGB (Red+Green+Blue) = 76+144+118=338 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.49% from 338); Green value is 144 (56.64% from 255 or 42.60% from 338); Blue value is 118 (46.48% from 255 or 34.91% from 338); Max value from RGB is 144 - color contains mainly: green. Hex color #4C9076 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C9076 is #B36F89. Grayscale: #787878. Windows color (decimal): -11759498 or 7770188. OLE color: 7770188.

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

Color convert

RGB 76 144 118 -
CMYK 0.47 0 0.18 0.44
HSL 157.06º 0.31% 0.43% -
HSV(B) 157.06º 0.47% 0.56% -
XYZ 16.22 22.79 20.68 -
YUV 120.7 126.47 96.11 -
System Red Green Blue C M Y K H S L
Decimal 76 144 118 0.47 0 0.18 0.44 157.06 0.31 0.43
Hex 4C 90 76 2F 0 12 2C 9D 1F 2B
Octal 114 220 166 57 0 22 54 235 37 53
Binary 1001100 10010000 1110110 101111 0 10010 101100 10011101 11111 101011

Color Harmonies of #4C9076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C9076

Black with #4C9076

Text Example


Text Example

White with #4C9076

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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