#42B549

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

Shades of Fruit Salad #42B549

Tints of Fruit Salad #42B549

Color information

#42B549 (or 0x42B549) is unknown color: approx Fruit Salad. HEX triplet: 42, B5 and 49. RGB value is (66,181,73). Sum of RGB (Red+Green+Blue) = 66+181+73=320 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.62% from 320); Green value is 181 (71.09% from 255 or 56.56% from 320); Blue value is 73 (28.91% from 255 or 22.81% from 320); Max value from RGB is 181 - color contains mainly: green. Hex color #42B549 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42B549 is #BD4AB6. Grayscale: #868686. Windows color (decimal): -12405431 or 4830530. OLE color: 4830530.

HSL color Cylindrical-coordinate representation of color #42B549: hue angle of 123.65º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #42B549 is Cyan = 0.64, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.29.

Color convert

RGB6618173-
CMYK0.6400.600.29
HSL123.65º46.56%48.43%-
HSV(B)123.65º63.54%70.98%-
XYZ19.9734.6911.95-
YUV134.393.479.28-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.62%
GREEN value IS 181 (71.09% from 255) = 56.56%
BLUE value IS 73 (28.91% from 255) = 22.81%
R=20.62%
G=56.56%
B=22.81%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal66181730.6400.600.29123.6546.5648.43
Hex42B5494003C1D7c2f30
Octal102265111100074351745760
Binary100001010110101100100110000000111100111011111100101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42B549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,181,73); }

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

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

 a { background-color: rgb(66,181,73); }

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

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

 span { border-color: rgb(66,181,73); }

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