#42994A

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

Shades of Fruit Salad #42994A

Tints of Fruit Salad #42994A

Color information

#42994A (or 0x42994A) is unknown color: approx Fruit Salad. HEX triplet: 42, 99 and 4A. RGB value is (66,153,74). Sum of RGB (Red+Green+Blue) = 66+153+74=293 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.53% from 293); Green value is 153 (60.16% from 255 or 52.22% from 293); Blue value is 74 (29.30% from 255 or 25.26% from 293); Max value from RGB is 153 - color contains mainly: green. Hex color #42994A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42994A is #BD66B5. Grayscale: #767676. Windows color (decimal): -12412598 or 4888898. OLE color: 4888898.

HSL color Cylindrical-coordinate representation of color #42994A: hue angle of 125.52º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #42994A is Cyan = 0.57, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.4.

Color convert

RGB6615374-
CMYK0.5700.520.4
HSL125.52º39.73%42.94%-
HSV(B)125.52º56.86%60%-
XYZ14.8724.4410.41-
YUV117.98103.1890.92-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.53%
GREEN value IS 153 (60.16% from 255) = 52.22%
BLUE value IS 74 (29.30% from 255) = 25.26%
R=22.53%
G=52.22%
B=25.26%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal66153740.5700.520.4125.5239.7342.94
Hex42994A39034287e282b
Octal10223111271064501765053
Binary100001010011001100101011100101101001010001111110101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42994A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42994A; }

 p { color: rgb(66,153,74); }

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

<style>
 a { background-color: #42994A; }

 a { background-color: rgb(66,153,74); }

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

<style>
 span { border-color: #42994A; }

 span { border-color: rgb(66,153,74); }

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