#438785

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

Shades of Paradiso #438785

Tints of Paradiso #438785

Color information

#438785 (or 0x438785) is unknown color: approx Paradiso. HEX triplet: 43, 87 and 85. RGB value is (67,135,133). Sum of RGB (Red+Green+Blue) = 67+135+133=335 (44% of max value = 765). Red value is 67 (26.56% from 255 or 20% from 335); Green value is 135 (53.12% from 255 or 40.30% from 335); Blue value is 133 (52.34% from 255 or 39.70% from 335); Max value from RGB is 135 - color contains mainly: green. Hex color #438785 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #438785 is #BC787A. Grayscale: #727272. Windows color (decimal): -12351611 or 8750915. OLE color: 8750915.

HSL color Cylindrical-coordinate representation of color #438785: hue angle of 178.24º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #438785 is Cyan = 0.50, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.47.

Color convert

RGB67135133-
CMYK0.5000.010.47
HSL178.24º33.66%39.61%-
HSV(B)178.24º50.37%52.94%-
XYZ15.2120.2125.29-
YUV114.44138.4794.16-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 20%
GREEN value IS 135 (53.12% from 255) = 40.30%
BLUE value IS 133 (52.34% from 255) = 39.70%
R=20%
G=40.30%
B=39.70%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal671351330.5000.010.47178.2433.6639.61
Hex43878532012Fb22228
Octal1032072056201572624250
Binary100001110000111100001011100100110111110110010100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #438785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #438785; }

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

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

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

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

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

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

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

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