#389470

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

Shades of Viridian #389470

Tints of Viridian #389470

Color information

#389470 (or 0x389470) is unknown color: approx Viridian. HEX triplet: 38, 94 and 70. RGB value is (56,148,112). Sum of RGB (Red+Green+Blue) = 56+148+112=316 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.72% from 316); Green value is 148 (58.20% from 255 or 46.84% from 316); Blue value is 112 (44.14% from 255 or 35.44% from 316); Max value from RGB is 148 - color contains mainly: green. Hex color #389470 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #389470 is #C76B8F. Grayscale: #747474. Windows color (decimal): -13069200 or 7377976. OLE color: 7377976.

HSL color Cylindrical-coordinate representation of color #389470: hue angle of 156.52º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #389470 is Cyan = 0.62, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB56148112-
CMYK0.6200.240.42
HSL156.52º45.1%40%-
HSV(B)156.52º62.16%58.04%-
XYZ15.1523.1919.01-
YUV116.39125.5284.93-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.72%
GREEN value IS 148 (58.20% from 255) = 46.84%
BLUE value IS 112 (44.14% from 255) = 35.44%
R=17.72%
G=46.84%
B=35.44%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal561481120.6200.240.42156.5245.140
Hex3894703E0182A9d2d28
Octal7022416076030522355550
Binary11100010010100111000011111001100010101010011101101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #389470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #389470; }

 p { color: rgb(56,148,112); }

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

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

 a { background-color: rgb(56,148,112); }

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

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

 span { border-color: rgb(56,148,112); }

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