#438582

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

Shades of Paradiso #438582

Tints of Paradiso #438582

Color information

#438582 (or 0x438582) is unknown color: approx Paradiso. HEX triplet: 43, 85 and 82. RGB value is (67,133,130). Sum of RGB (Red+Green+Blue) = 67+133+130=330 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.30% from 330); Green value is 133 (52.34% from 255 or 40.30% from 330); Blue value is 130 (51.17% from 255 or 39.39% from 330); Max value from RGB is 133 - color contains mainly: green. Hex color #438582 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #438582 is #BC7A7D. Grayscale: #707070. Windows color (decimal): -12352126 or 8553795. OLE color: 8553795.

HSL color Cylindrical-coordinate representation of color #438582: hue angle of 177.27º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #438582 is Cyan = 0.50, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.48.

Color convert

RGB67133130-
CMYK0.5000.020.48
HSL177.27º33%39.22%-
HSV(B)177.27º49.62%52.16%-
XYZ14.7319.5824.12-
YUV112.92137.6395.24-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 20.30%
GREEN value IS 133 (52.34% from 255) = 40.30%
BLUE value IS 130 (51.17% from 255) = 39.39%
R=20.30%
G=40.30%
B=39.39%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal671331300.5000.020.48177.273339.22
Hex438582320230b12127
Octal1032052026202602614147
Binary1000011100001011000001011001001011000010110001100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #438582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #438582; }

 p { color: rgb(67,133,130); }

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

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

 a { background-color: rgb(67,133,130); }

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

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

 span { border-color: rgb(67,133,130); }

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