#388483

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

Shades of Paradiso #388483

Tints of Paradiso #388483

Color information

#388483 (or 0x388483) is unknown color: approx Paradiso. HEX triplet: 38, 84 and 83. RGB value is (56,132,131). Sum of RGB (Red+Green+Blue) = 56+132+131=319 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.55% from 319); Green value is 132 (51.95% from 255 or 41.38% from 319); Blue value is 131 (51.56% from 255 or 41.07% from 319); Max value from RGB is 132 - color contains mainly: green. Hex color #388483 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388483 is #C77B7C. Grayscale: #6D6D6D. Windows color (decimal): -13073277 or 8619064. OLE color: 8619064.

HSL color Cylindrical-coordinate representation of color #388483: hue angle of 179.21º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #388483 is Cyan = 0.58, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.48.

Color convert

RGB56132131-
CMYK0.5800.010.48
HSL179.21º40.43%36.86%-
HSV(B)179.21º57.58%51.76%-
XYZ13.9818.9824.4-
YUV109.16140.3290.08-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.55%
GREEN value IS 132 (51.95% from 255) = 41.38%
BLUE value IS 131 (51.56% from 255) = 41.07%
R=17.55%
G=41.38%
B=41.07%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal561321310.5800.010.48179.2140.4336.86
Hex3884833A0130b32825
Octal702042037201602635045
Binary11100010000100100000111110100111000010110011101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #388483; }

 p { color: rgb(56,132,131); }

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

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

 a { background-color: rgb(56,132,131); }

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

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

 span { border-color: rgb(56,132,131); }

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