#42A448

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

Shades of Fruit Salad #42A448

Tints of Fruit Salad #42A448

Color information

#42A448 (or 0x42A448) is unknown color: approx Fruit Salad. HEX triplet: 42, A4 and 48. RGB value is (66,164,72). Sum of RGB (Red+Green+Blue) = 66+164+72=302 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.85% from 302); Green value is 164 (64.45% from 255 or 54.30% from 302); Blue value is 72 (28.52% from 255 or 23.84% from 302); Max value from RGB is 164 - color contains mainly: green. Hex color #42A448 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42A448 is #BD5BB7. Grayscale: #7C7C7C. Windows color (decimal): -12409784 or 4760642. OLE color: 4760642.

HSL color Cylindrical-coordinate representation of color #42A448: hue angle of 123.67º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #42A448 is Cyan = 0.60, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.36.

Color convert

RGB6616472-
CMYK0.6000.560.36
HSL123.67º42.61%45.1%-
HSV(B)123.67º59.76%64.31%-
XYZ16.6928.1810.69-
YUV124.2198.5386.48-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.85%
GREEN value IS 164 (64.45% from 255) = 54.30%
BLUE value IS 72 (28.52% from 255) = 23.84%
R=21.85%
G=54.30%
B=23.84%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal66164720.6000.560.36123.6742.6145.1
Hex42A4483C038247c2b2d
Octal10224411074070441745355
Binary100001010100100100100011110001110001001001111100101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42A448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,164,72); }

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

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

 a { background-color: rgb(66,164,72); }

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

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

 span { border-color: rgb(66,164,72); }

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