#42994B

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

Shades of Fruit Salad #42994B

Tints of Fruit Salad #42994B

Color information

#42994B (or 0x42994B) is unknown color: approx Fruit Salad. HEX triplet: 42, 99 and 4B. RGB value is (66,153,75). Sum of RGB (Red+Green+Blue) = 66+153+75=294 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.45% from 294); Green value is 153 (60.16% from 255 or 52.04% from 294); Blue value is 75 (29.69% from 255 or 25.51% from 294); Max value from RGB is 153 - color contains mainly: green. Hex color #42994B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42994B is #BD66B4. Grayscale: #767676. Windows color (decimal): -12412597 or 4954434. OLE color: 4954434.

HSL color Cylindrical-coordinate representation of color #42994B: hue angle of 126.21º 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 #42994B is Cyan = 0.57, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.4.

Color convert

RGB6615375-
CMYK0.5700.510.4
HSL126.21º39.73%42.94%-
HSV(B)126.21º56.86%60%-
XYZ14.9124.4510.59-
YUV118.09103.6890.84-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.45%
GREEN value IS 153 (60.16% from 255) = 52.04%
BLUE value IS 75 (29.69% from 255) = 25.51%
R=22.45%
G=52.04%
B=25.51%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal66153750.5700.510.4126.2139.7342.94
Hex42994B39033287e282b
Octal10223111371063501765053
Binary100001010011001100101111100101100111010001111110101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42994B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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