#4C9271

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

Shades of Viridian #4C9271

Tints of Viridian #4C9271

Color information

#4C9271 (or 0x4C9271) is unknown color: approx Viridian. HEX triplet: 4C, 92 and 71. RGB value is (76,146,113). Sum of RGB (Red+Green+Blue) = 76+146+113=335 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.69% from 335); Green value is 146 (57.42% from 255 or 43.58% from 335); Blue value is 113 (44.53% from 255 or 33.73% from 335); Max value from RGB is 146 - color contains mainly: green. Hex color #4C9271 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C9271 is #B36D8E. Grayscale: #797979. Windows color (decimal): -11758991 or 7443020. OLE color: 7443020.

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

Color convert

RGB76146113-
CMYK0.4800.230.43
HSL151.71º31.53%43.53%-
HSV(B)151.71º47.95%57.25%-
XYZ16.2423.2919.26-
YUV121.31123.3195.68-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 22.69%
GREEN value IS 146 (57.42% from 255) = 43.58%
BLUE value IS 113 (44.53% from 255) = 33.73%
R=22.69%
G=43.58%
B=33.73%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal761461130.4800.230.43151.7131.5343.53
Hex4C9271300172B98202c
Octal11422216160027532304054
Binary100110010010010111000111000001011110101110011000100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C9271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,146,113); }

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

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

 a { background-color: rgb(76,146,113); }

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

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

 span { border-color: rgb(76,146,113); }

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