#42A53A

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

Shades of Fruit Salad #42A53A

Tints of Fruit Salad #42A53A

Color information

#42A53A (or 0x42A53A) is unknown color: approx Fruit Salad. HEX triplet: 42, A5 and 3A. RGB value is (66,165,58). Sum of RGB (Red+Green+Blue) = 66+165+58=289 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.84% from 289); Green value is 165 (64.84% from 255 or 57.09% from 289); Blue value is 58 (23.05% from 255 or 20.07% from 289); Max value from RGB is 165 - color contains mainly: green. Hex color #42A53A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42A53A is #BD5AC5. Grayscale: #7B7B7B. Windows color (decimal): -12409542 or 3843394. OLE color: 3843394.

HSL color Cylindrical-coordinate representation of color #42A53A: hue angle of 115.51º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #42A53A is Cyan = 0.60, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.35.

Color convert

RGB6616558-
CMYK0.6000.650.35
HSL115.51º47.98%43.73%-
HSV(B)115.51º64.85%64.71%-
XYZ16.4728.378.61-
YUV123.291.287.2-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.84%
GREEN value IS 165 (64.84% from 255) = 57.09%
BLUE value IS 58 (23.05% from 255) = 20.07%
R=22.84%
G=57.09%
B=20.07%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal66165580.6000.650.35115.5147.9843.73
Hex42A53A3C0412374302c
Octal10224572740101431646054
Binary100001010100101111010111100010000011000111110100110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42A53A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,165,58); }

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

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

 a { background-color: rgb(66,165,58); }

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

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

 span { border-color: rgb(66,165,58); }

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