#4B9373

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

Shades of Viridian #4B9373

Tints of Viridian #4B9373

Color information

#4B9373 (or 0x4B9373) is unknown color: approx Viridian. HEX triplet: 4B, 93 and 73. RGB value is (75,147,115). Sum of RGB (Red+Green+Blue) = 75+147+115=337 (44% of max value = 765). Red value is 75 (29.69% from 255 or 22.26% from 337); Green value is 147 (57.81% from 255 or 43.62% from 337); Blue value is 115 (45.31% from 255 or 34.12% from 337); Max value from RGB is 147 - color contains mainly: green. Hex color #4B9373 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B9373 is #B46C8C. Grayscale: #797979. Windows color (decimal): -11824269 or 7574347. OLE color: 7574347.

HSL color Cylindrical-coordinate representation of color #4B9373: hue angle of 153.33º 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 #4B9373 is Cyan = 0.49, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.42.

Color convert

RGB75147115-
CMYK0.4900.220.42
HSL153.33º32.43%43.53%-
HSV(B)153.33º48.98%57.65%-
XYZ16.4323.619.91-
YUV121.82124.1594.6-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 22.26%
GREEN value IS 147 (57.81% from 255) = 43.62%
BLUE value IS 115 (45.31% from 255) = 34.12%
R=22.26%
G=43.62%
B=34.12%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal751471150.4900.220.42153.3332.4343.53
Hex4B9373310162A99202c
Octal11322316361026522314054
Binary100101110010011111001111000101011010101010011001100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B9373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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