#42A44B

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

Shades of Fruit Salad #42A44B

Tints of Fruit Salad #42A44B

Color information

#42A44B (or 0x42A44B) is unknown color: approx Fruit Salad. HEX triplet: 42, A4 and 4B. RGB value is (66,164,75). Sum of RGB (Red+Green+Blue) = 66+164+75=305 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.64% from 305); Green value is 164 (64.45% from 255 or 53.77% from 305); Blue value is 75 (29.69% from 255 or 24.59% from 305); Max value from RGB is 164 - color contains mainly: green. Hex color #42A44B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42A44B is #BD5BB4. Grayscale: #7C7C7C. Windows color (decimal): -12409781 or 4957250. OLE color: 4957250.

HSL color Cylindrical-coordinate representation of color #42A44B: hue angle of 125.51º 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 #42A44B is Cyan = 0.60, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.36.

Color convert

RGB6616475-
CMYK0.6000.540.36
HSL125.51º42.61%45.1%-
HSV(B)125.51º59.76%64.31%-
XYZ16.7928.2211.22-
YUV124.55100.0386.24-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.64%
GREEN value IS 164 (64.45% from 255) = 53.77%
BLUE value IS 75 (29.69% from 255) = 24.59%
R=21.64%
G=53.77%
B=24.59%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal66164750.6000.540.36125.5142.6145.1
Hex42A44B3C036247e2b2d
Octal10224411374066441765355
Binary100001010100100100101111110001101101001001111110101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42A44B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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