#74B592

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

Shades of Padua #74B592

Tints of Padua #74B592

Color information

#74B592 (or 0x74B592) is unknown color: approx Padua. HEX triplet: 74, B5 and 92. RGB value is (116,181,146). Sum of RGB (Red+Green+Blue) = 116+181+146=443 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.19% from 443); Green value is 181 (71.09% from 255 or 40.86% from 443); Blue value is 146 (57.42% from 255 or 32.96% from 443); Max value from RGB is 181 - color contains mainly: green. Hex color #74B592 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74B592 is #8B4A6D. Grayscale: #9D9D9D. Windows color (decimal): -9128558 or 9614708. OLE color: 9614708.

HSL color Cylindrical-coordinate representation of color #74B592: hue angle of 147.69º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #74B592 is Cyan = 0.36, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.29.

Color convert

RGB116181146-
CMYK0.3600.190.29
HSL147.69º30.52%58.24%-
HSV(B)147.69º35.91%70.98%-
XYZ28.9138.8433.17-
YUV157.57121.4798.35-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 26.19%
GREEN value IS 181 (71.09% from 255) = 40.86%
BLUE value IS 146 (57.42% from 255) = 32.96%
R=26.19%
G=40.86%
B=32.96%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1161811460.3600.190.29147.6930.5258.24
Hex74B592240131D941f3a
Octal16426522244023352243772
Binary11101001011010110010010100100010011111011001010011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74B592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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