#75B590

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

Shades of Padua #75B590

Tints of Padua #75B590

Color information

#75B590 (or 0x75B590) is unknown color: approx Padua. HEX triplet: 75, B5 and 90. RGB value is (117,181,144). Sum of RGB (Red+Green+Blue) = 117+181+144=442 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.47% from 442); Green value is 181 (71.09% from 255 or 40.95% from 442); Blue value is 144 (56.64% from 255 or 32.58% from 442); Max value from RGB is 181 - color contains mainly: green. Hex color #75B590 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75B590 is #8A4A6F. Grayscale: #9D9D9D. Windows color (decimal): -9063024 or 9483637. OLE color: 9483637.

HSL color Cylindrical-coordinate representation of color #75B590: hue angle of 145.31º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #75B590 is Cyan = 0.35, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.29.

Color convert

RGB117181144-
CMYK0.3500.200.29
HSL145.31º30.19%58.43%-
HSV(B)145.31º35.36%70.98%-
XYZ28.8938.8432.36-
YUV157.65120.399.01-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.47%
GREEN value IS 181 (71.09% from 255) = 40.95%
BLUE value IS 144 (56.64% from 255) = 32.58%
R=26.47%
G=40.95%
B=32.58%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1171811440.3500.200.29145.3130.1958.43
Hex75B590230141D911e3a
Octal16526522043024352213672
Binary11101011011010110010000100011010100111011001000111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75B590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75B590; }

 p { color: rgb(117,181,144); }

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

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

 a { background-color: rgb(117,181,144); }

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

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

 span { border-color: rgb(117,181,144); }

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