#75B592

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

Shades of Padua #75B592

Tints of Padua #75B592

Color information

#75B592 (or 0x75B592) is unknown color: approx Padua. HEX triplet: 75, B5 and 92. RGB value is (117,181,146). Sum of RGB (Red+Green+Blue) = 117+181+146=444 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.35% from 444); Green value is 181 (71.09% from 255 or 40.77% from 444); Blue value is 146 (57.42% from 255 or 32.88% from 444); Max value from RGB is 181 - color contains mainly: green. Hex color #75B592 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75B592 is #8A4A6D. Grayscale: #9D9D9D. Windows color (decimal): -9063022 or 9614709. OLE color: 9614709.

HSL color Cylindrical-coordinate representation of color #75B592: hue angle of 147.19º 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 #75B592 is Cyan = 0.35, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.29.

Color convert

RGB117181146-
CMYK0.3500.190.29
HSL147.19º30.19%58.43%-
HSV(B)147.19º35.36%70.98%-
XYZ29.0538.933.17-
YUV157.87121.398.85-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.35%
GREEN value IS 181 (71.09% from 255) = 40.77%
BLUE value IS 146 (57.42% from 255) = 32.88%
R=26.35%
G=40.77%
B=32.88%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1171811460.3500.190.29147.1930.1958.43
Hex75B592230131D931e3a
Octal16526522243023352233672
Binary11101011011010110010010100011010011111011001001111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75B592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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