#438482

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

Shades of Paradiso #438482

Tints of Paradiso #438482

Color information

#438482 (or 0x438482) is unknown color: approx Paradiso. HEX triplet: 43, 84 and 82. RGB value is (67,132,130). Sum of RGB (Red+Green+Blue) = 67+132+130=329 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.36% from 329); Green value is 132 (51.95% from 255 or 40.12% from 329); Blue value is 130 (51.17% from 255 or 39.51% from 329); Max value from RGB is 132 - color contains mainly: green. Hex color #438482 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #438482 is #BC7B7D. Grayscale: #707070. Windows color (decimal): -12352382 or 8553539. OLE color: 8553539.

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

Color convert

RGB67132130-
CMYK0.4900.020.48
HSL178.15º32.66%39.02%-
HSV(B)178.15º49.24%51.76%-
XYZ14.619.3124.08-
YUV112.34137.9795.66-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 20.36%
GREEN value IS 132 (51.95% from 255) = 40.12%
BLUE value IS 130 (51.17% from 255) = 39.51%
R=20.36%
G=40.12%
B=39.51%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal671321300.4900.020.48178.1532.6639.02
Hex438482310230b22127
Octal1032042026102602624147
Binary1000011100001001000001011000101011000010110010100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #438482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #438482; }

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

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

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

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

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

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

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

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