#389074

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

Shades of Viridian #389074

Tints of Viridian #389074

Color information

#389074 (or 0x389074) is unknown color: approx Viridian. HEX triplet: 38, 90 and 74. RGB value is (56,144,116). Sum of RGB (Red+Green+Blue) = 56+144+116=316 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.72% from 316); Green value is 144 (56.64% from 255 or 45.57% from 316); Blue value is 116 (45.70% from 255 or 36.71% from 316); Max value from RGB is 144 - color contains mainly: green. Hex color #389074 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #389074 is #C76F8B. Grayscale: #727272. Windows color (decimal): -13070220 or 7639096. OLE color: 7639096.

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

Color convert

RGB56144116-
CMYK0.6100.190.44
HSL160.91º44%39.22%-
HSV(B)160.91º61.11%56.47%-
XYZ14.7622.0520-
YUV114.5128.8586.28-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.72%
GREEN value IS 144 (56.64% from 255) = 45.57%
BLUE value IS 116 (45.70% from 255) = 36.71%
R=17.72%
G=45.57%
B=36.71%

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
Decimal561441160.6100.190.44160.914439.22
Hex3890743D0132Ca12c27
Octal7022016475023542415447
Binary11100010010000111010011110101001110110010100001101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #389074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #389074; }

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

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

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

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

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

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

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

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