#42B791

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

Shades of Shamrock #42B791

Tints of Shamrock #42B791

Color information

#42B791 (or 0x42B791) is unknown color: approx Shamrock. HEX triplet: 42, B7 and 91. RGB value is (66,183,145). Sum of RGB (Red+Green+Blue) = 66+183+145=394 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.75% from 394); Green value is 183 (71.88% from 255 or 46.45% from 394); Blue value is 145 (57.03% from 255 or 36.80% from 394); Max value from RGB is 183 - color contains mainly: green. Hex color #42B791 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42B791 is #BD486E. Grayscale: #8F8F8F. Windows color (decimal): -12404847 or 9549634. OLE color: 9549634.

HSL color Cylindrical-coordinate representation of color #42B791: hue angle of 160.51º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #42B791 is Cyan = 0.64, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.28.

Color convert

RGB66183145-
CMYK0.6400.210.28
HSL160.51º46.99%48.82%-
HSV(B)160.51º63.93%71.76%-
XYZ24.2937.0732.66-
YUV143.68128.7472.59-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 16.75%
GREEN value IS 183 (71.88% from 255) = 46.45%
BLUE value IS 145 (57.03% from 255) = 36.80%
R=16.75%
G=46.45%
B=36.80%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal661831450.6400.210.28160.5146.9948.82
Hex42B791400151Ca12f31
Octal102267221100025342415761
Binary1000010101101111001000110000000101011110010100001101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42B791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42B791; }

 p { color: rgb(66,183,145); }

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

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

 a { background-color: rgb(66,183,145); }

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

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

 span { border-color: rgb(66,183,145); }

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