#389075

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

Shades of Viridian #389075

Tints of Viridian #389075

Color information

#389075 (or 0x389075) is unknown color: approx Viridian. HEX triplet: 38, 90 and 75. RGB value is (56,144,117). Sum of RGB (Red+Green+Blue) = 56+144+117=317 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.67% from 317); Green value is 144 (56.64% from 255 or 45.43% from 317); Blue value is 117 (46.09% from 255 or 36.91% from 317); Max value from RGB is 144 - color contains mainly: green. Hex color #389075 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #389075 is #C76F8A. Grayscale: #727272. Windows color (decimal): -13070219 or 7704632. OLE color: 7704632.

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

Color convert

RGB56144117-
CMYK0.6100.190.44
HSL161.59º44%39.22%-
HSV(B)161.59º61.11%56.47%-
XYZ14.8222.0720.31-
YUV114.61129.3586.2-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.67%
GREEN value IS 144 (56.64% from 255) = 45.43%
BLUE value IS 117 (46.09% from 255) = 36.91%
R=17.67%
G=45.43%
B=36.91%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal561441170.6100.190.44161.594439.22
Hex3890753D0132Ca22c27
Octal7022016575023542425447
Binary11100010010000111010111110101001110110010100010101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #389075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #389075; }

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

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

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

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

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

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

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

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