#438483

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

Shades of Paradiso #438483

Tints of Paradiso #438483

Color information

#438483 (or 0x438483) is unknown color: approx Paradiso. HEX triplet: 43, 84 and 83. RGB value is (67,132,131). Sum of RGB (Red+Green+Blue) = 67+132+131=330 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.30% from 330); Green value is 132 (51.95% from 255 or 40% from 330); Blue value is 131 (51.56% from 255 or 39.70% from 330); Max value from RGB is 132 - color contains mainly: green. Hex color #438483 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #438483 is #BC7B7C. Grayscale: #707070. Windows color (decimal): -12352381 or 8619075. OLE color: 8619075.

HSL color Cylindrical-coordinate representation of color #438483: hue angle of 179.08º 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 #438483 is Cyan = 0.49, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.48.

Color convert

RGB67132131-
CMYK0.4900.010.48
HSL179.08º32.66%39.02%-
HSV(B)179.08º49.24%51.76%-
XYZ14.6619.3324.43-
YUV112.45138.4795.58-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 20.30%
GREEN value IS 132 (51.95% from 255) = 40%
BLUE value IS 131 (51.56% from 255) = 39.70%
R=20.30%
G=40%
B=39.70%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal671321310.4900.010.48179.0832.6639.02
Hex438483310130b32127
Octal1032042036101602634147
Binary100001110000100100000111100010111000010110011100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #438483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #438483; }

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

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

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

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

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

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

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

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