#42924B

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

Shades of Fruit Salad #42924B

Tints of Fruit Salad #42924B

Color information

#42924B (or 0x42924B) is unknown color: approx Fruit Salad. HEX triplet: 42, 92 and 4B. RGB value is (66,146,75). Sum of RGB (Red+Green+Blue) = 66+146+75=287 (38% of max value = 765). Red value is 66 (26.17% from 255 or 23.00% from 287); Green value is 146 (57.42% from 255 or 50.87% from 287); Blue value is 75 (29.69% from 255 or 26.13% from 287); Max value from RGB is 146 - color contains mainly: green. Hex color #42924B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42924B is #BD6DB4. Grayscale: #727272. Windows color (decimal): -12414389 or 4952642. OLE color: 4952642.

HSL color Cylindrical-coordinate representation of color #42924B: hue angle of 126.75º 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 #42924B is Cyan = 0.55, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.43.

Color convert

RGB6614675-
CMYK0.5500.490.43
HSL126.75º37.74%41.57%-
HSV(B)126.75º54.79%57.25%-
XYZ13.822.2210.22-
YUV113.9910693.77-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.00%
GREEN value IS 146 (57.42% from 255) = 50.87%
BLUE value IS 75 (29.69% from 255) = 26.13%
R=23.00%
G=50.87%
B=26.13%

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
Decimal66146750.5500.490.43126.7537.7441.57
Hex42924B370312B7f262a
Octal10222211367061531774652
Binary100001010010010100101111011101100011010111111111100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42924B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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