#42A438

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

Shades of Fruit Salad #42A438

Tints of Fruit Salad #42A438

Color information

#42A438 (or 0x42A438) is unknown color: approx Fruit Salad. HEX triplet: 42, A4 and 38. RGB value is (66,164,56). Sum of RGB (Red+Green+Blue) = 66+164+56=286 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.08% from 286); Green value is 164 (64.45% from 255 or 57.34% from 286); Blue value is 56 (22.27% from 255 or 19.58% from 286); Max value from RGB is 164 - color contains mainly: green. Hex color #42A438 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42A438 is #BD5BC7. Grayscale: #7A7A7A. Windows color (decimal): -12409800 or 3712066. OLE color: 3712066.

HSL color Cylindrical-coordinate representation of color #42A438: hue angle of 114.44º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #42A438 is Cyan = 0.60, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.36.

Color convert

RGB6616456-
CMYK0.6000.660.36
HSL114.44º49.09%43.14%-
HSV(B)114.44º65.85%64.31%-
XYZ16.2427.998.29-
YUV122.3990.5387.78-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.08%
GREEN value IS 164 (64.45% from 255) = 57.34%
BLUE value IS 56 (22.27% from 255) = 19.58%
R=23.08%
G=57.34%
B=19.58%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal66164560.6000.660.36114.4449.0943.14
Hex42A4383C0422472312b
Octal10224470740102441626153
Binary100001010100100111000111100010000101001001110010110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42A438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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