#4C9073

Color #4C9073 Viridian (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viridian #4C9073

Tints of Viridian #4C9073

Color information

#4C9073 (or 0x4C9073) is unknown color: approx Viridian. HEX triplet: 4C, 90 and 73. RGB value is (76,144,115). Sum of RGB (Red+Green+Blue) = 76+144+115=335 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.69% from 335); Green value is 144 (56.64% from 255 or 42.99% from 335); Blue value is 115 (45.31% from 255 or 34.33% from 335); Max value from RGB is 144 - color contains mainly: green. Hex color #4C9073 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C9073 is #B36F8C. Grayscale: #787878. Windows color (decimal): -11759501 or 7573580. OLE color: 7573580.

HSL color Cylindrical-coordinate representation of color #4C9073: hue angle of 154.41º 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 #4C9073 is Cyan = 0.47, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.44.

Color convert

RGB76144115-
CMYK0.4700.200.44
HSL154.41º30.91%43.14%-
HSV(B)154.41º47.22%56.47%-
XYZ16.0522.7219.76-
YUV120.36124.9796.36-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 22.69%
GREEN value IS 144 (56.64% from 255) = 42.99%
BLUE value IS 115 (45.31% from 255) = 34.33%
R=22.69%
G=42.99%
B=34.33%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal761441150.4700.200.44154.4130.9143.14
Hex4C90732F0142C9a1f2b
Octal11422016357024542323753
Binary10011001001000011100111011110101001011001001101011111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C9073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4C9073;
 }
 .AnyTagClassName
 {
   color: #4C9073;
 }
</style>
background-color css

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

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

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

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

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

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