#398181

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

Shades of Paradiso #398181

Tints of Paradiso #398181

Color information

#398181 (or 0x398181) is unknown color: approx Paradiso. HEX triplet: 39, 81 and 81. RGB value is (57,129,129). Sum of RGB (Red+Green+Blue) = 57+129+129=315 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.10% from 315); Green value is 129 (50.78% from 255 or 40.95% from 315); Blue value is 129 (50.78% from 255 or 40.95% from 315); Max value from RGB is 129 - color contains mainly: green, blue. Hex color #398181 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #398181 is #C67E7E. Grayscale: #6B6B6B. Windows color (decimal): -13008511 or 8487225. OLE color: 8487225.

HSL color Cylindrical-coordinate representation of color #398181: hue angle of 180º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #398181 is Cyan = 0.56, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB57129129-
CMYK0.56000.49
HSL180º38.71%36.47%-
HSV(B)180º55.81%50.59%-
XYZ13.518.1623.56-
YUV107.47140.1592-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.10%
GREEN value IS 129 (50.78% from 255) = 40.95%
BLUE value IS 129 (50.78% from 255) = 40.95%
R=18.10%
G=40.95%
B=40.95%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal571291290.56000.4918038.7136.47
Hex398181380031b42724
Octal712012017000612644744
Binary11100110000001100000011110000011000110110100100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #398181; }

 p { color: rgb(57,129,129); }

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

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

 a { background-color: rgb(57,129,129); }

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

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

 span { border-color: rgb(57,129,129); }

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