#42924A

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

Shades of Fruit Salad #42924A

Tints of Fruit Salad #42924A

Color information

#42924A (or 0x42924A) is unknown color: approx Fruit Salad. HEX triplet: 42, 92 and 4A. RGB value is (66,146,74). Sum of RGB (Red+Green+Blue) = 66+146+74=286 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.08% from 286); Green value is 146 (57.42% from 255 or 51.05% from 286); Blue value is 74 (29.30% from 255 or 25.87% from 286); Max value from RGB is 146 - color contains mainly: green. Hex color #42924A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42924A is #BD6DB5. Grayscale: #727272. Windows color (decimal): -12414390 or 4887106. OLE color: 4887106.

HSL color Cylindrical-coordinate representation of color #42924A: hue angle of 126º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #42924A is Cyan = 0.55, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.43.

Color convert

RGB6614674-
CMYK0.5500.490.43
HSL126º37.74%41.57%-
HSV(B)126º54.79%57.25%-
XYZ13.7622.2110.04-
YUV113.87105.593.85-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.08%
GREEN value IS 146 (57.42% from 255) = 51.05%
BLUE value IS 74 (29.30% from 255) = 25.87%
R=23.08%
G=51.05%
B=25.87%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal66146740.5500.490.4312637.7441.57
Hex42924A370312B7e262a
Octal10222211267061531764652
Binary100001010010010100101011011101100011010111111110100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42924A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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