#4B9374

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

Shades of Viridian #4B9374

Tints of Viridian #4B9374

Color information

#4B9374 (or 0x4B9374) is unknown color: approx Viridian. HEX triplet: 4B, 93 and 74. RGB value is (75,147,116). Sum of RGB (Red+Green+Blue) = 75+147+116=338 (44% of max value = 765). Red value is 75 (29.69% from 255 or 22.19% from 338); Green value is 147 (57.81% from 255 or 43.49% from 338); Blue value is 116 (45.70% from 255 or 34.32% from 338); Max value from RGB is 147 - color contains mainly: green. Hex color #4B9374 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B9374 is #B46C8B. Grayscale: #797979. Windows color (decimal): -11824268 or 7639883. OLE color: 7639883.

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

Color convert

RGB75147116-
CMYK0.4900.210.42
HSL154.17º32.43%43.53%-
HSV(B)154.17º48.98%57.65%-
XYZ16.4923.6220.21-
YUV121.94124.6594.52-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 22.19%
GREEN value IS 147 (57.81% from 255) = 43.49%
BLUE value IS 116 (45.70% from 255) = 34.32%
R=22.19%
G=43.49%
B=34.32%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal751471160.4900.210.42154.1732.4343.53
Hex4B9374310152A9a202c
Octal11322316461025522324054
Binary100101110010011111010011000101010110101010011010100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B9374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,147,116); }

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

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

 a { background-color: rgb(75,147,116); }

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

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

 span { border-color: rgb(75,147,116); }

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