#389071

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

Shades of Viridian #389071

Tints of Viridian #389071

Color information

#389071 (or 0x389071) is unknown color: approx Viridian. HEX triplet: 38, 90 and 71. RGB value is (56,144,113). Sum of RGB (Red+Green+Blue) = 56+144+113=313 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.89% from 313); Green value is 144 (56.64% from 255 or 46.01% from 313); Blue value is 113 (44.53% from 255 or 36.10% from 313); Max value from RGB is 144 - color contains mainly: green. Hex color #389071 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #389071 is #C76F8E. Grayscale: #727272. Windows color (decimal): -13070223 or 7442488. OLE color: 7442488.

HSL color Cylindrical-coordinate representation of color #389071: hue angle of 158.86º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #389071 is Cyan = 0.61, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.44.

Color convert

RGB56144113-
CMYK0.6100.220.44
HSL158.86º44%39.22%-
HSV(B)158.86º61.11%56.47%-
XYZ14.5821.9819.1-
YUV114.15127.3586.52-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.89%
GREEN value IS 144 (56.64% from 255) = 46.01%
BLUE value IS 113 (44.53% from 255) = 36.10%
R=17.89%
G=46.01%
B=36.10%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal561441130.6100.220.44158.864439.22
Hex3890713D0162C9f2c27
Octal7022016175026542375447
Binary11100010010000111000111110101011010110010011111101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #389071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #389071; }

 p { color: rgb(56,144,113); }

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

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

 a { background-color: rgb(56,144,113); }

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

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

 span { border-color: rgb(56,144,113); }

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