#42A34F

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

Shades of Fruit Salad #42A34F

Tints of Fruit Salad #42A34F

Color information

#42A34F (or 0x42A34F) is unknown color: approx Fruit Salad. HEX triplet: 42, A3 and 4F. RGB value is (66,163,79). Sum of RGB (Red+Green+Blue) = 66+163+79=308 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.43% from 308); Green value is 163 (64.06% from 255 or 52.92% from 308); Blue value is 79 (31.25% from 255 or 25.65% from 308); Max value from RGB is 163 - color contains mainly: green. Hex color #42A34F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42A34F is #BD5CB0. Grayscale: #7C7C7C. Windows color (decimal): -12410033 or 5219138. OLE color: 5219138.

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

Color convert

RGB6616379-
CMYK0.6000.520.36
HSL128.04º42.36%44.9%-
HSV(B)128.04º59.51%63.92%-
XYZ16.7627.9211.9-
YUV124.42102.3686.33-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.43%
GREEN value IS 163 (64.06% from 255) = 52.92%
BLUE value IS 79 (31.25% from 255) = 25.65%
R=21.43%
G=52.92%
B=25.65%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal66163790.6000.520.36128.0442.3644.9
Hex42A34F3C03424802a2d
Octal10224311774064442005255
Binary1000010101000111001111111100011010010010010000000101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42A34F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,163,79); }

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

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

 a { background-color: rgb(66,163,79); }

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

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

 span { border-color: rgb(66,163,79); }

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