#389176

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

Shades of Viridian #389176

Tints of Viridian #389176

Color information

#389176 (or 0x389176) is unknown color: approx Viridian. HEX triplet: 38, 91 and 76. RGB value is (56,145,118). Sum of RGB (Red+Green+Blue) = 56+145+118=319 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.55% from 319); Green value is 145 (57.03% from 255 or 45.45% from 319); Blue value is 118 (46.48% from 255 or 36.99% from 319); Max value from RGB is 145 - color contains mainly: green. Hex color #389176 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #389176 is #C76E89. Grayscale: #737373. Windows color (decimal): -13069962 or 7770424. OLE color: 7770424.

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

Color convert

RGB56145118-
CMYK0.6100.190.43
HSL161.8º44.28%39.41%-
HSV(B)161.8º61.38%56.86%-
XYZ15.0322.420.67-
YUV115.31129.5185.7-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.55%
GREEN value IS 145 (57.03% from 255) = 45.45%
BLUE value IS 118 (46.48% from 255) = 36.99%
R=17.55%
G=45.45%
B=36.99%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal561451180.6100.190.43161.844.2839.41
Hex3891763D0132Ba22c27
Octal7022116675023532425447
Binary11100010010001111011011110101001110101110100010101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #389176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #389176; }

 p { color: rgb(56,145,118); }

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

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

 a { background-color: rgb(56,145,118); }

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

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

 span { border-color: rgb(56,145,118); }

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