#389076

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

Shades of Viridian #389076

Tints of Viridian #389076

Color information

#389076 (or 0x389076) is unknown color: approx Viridian. HEX triplet: 38, 90 and 76. RGB value is (56,144,118). Sum of RGB (Red+Green+Blue) = 56+144+118=318 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.61% from 318); Green value is 144 (56.64% from 255 or 45.28% from 318); Blue value is 118 (46.48% from 255 or 37.11% from 318); Max value from RGB is 144 - color contains mainly: green. Hex color #389076 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #389076 is #C76F89. Grayscale: #727272. Windows color (decimal): -13070218 or 7770168. OLE color: 7770168.

HSL color Cylindrical-coordinate representation of color #389076: hue angle of 162.27º 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 #389076 is Cyan = 0.61, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.44.

Color convert

RGB56144118-
CMYK0.6100.180.44
HSL162.27º44%39.22%-
HSV(B)162.27º61.11%56.47%-
XYZ14.8722.120.62-
YUV114.72129.8586.11-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.61%
GREEN value IS 144 (56.64% from 255) = 45.28%
BLUE value IS 118 (46.48% from 255) = 37.11%
R=17.61%
G=45.28%
B=37.11%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal561441180.6100.180.44162.274439.22
Hex3890763D0122Ca22c27
Octal7022016675022542425447
Binary11100010010000111011011110101001010110010100010101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #389076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #389076; }

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

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

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

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

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

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

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

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