#42913F

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

Shades of Fruit Salad #42913F

Tints of Fruit Salad #42913F

Color information

#42913F (or 0x42913F) is unknown color: approx Fruit Salad. HEX triplet: 42, 91 and 3F. RGB value is (66,145,63). Sum of RGB (Red+Green+Blue) = 66+145+63=274 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.09% from 274); Green value is 145 (57.03% from 255 or 52.92% from 274); Blue value is 63 (25% from 255 or 22.99% from 274); Max value from RGB is 145 - color contains mainly: green. Hex color #42913F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42913F is #BD6EC0. Grayscale: #707070. Windows color (decimal): -12414657 or 4165954. OLE color: 4165954.

HSL color Cylindrical-coordinate representation of color #42913F: hue angle of 117.8º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #42913F is Cyan = 0.54, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.43.

Color convert

RGB6614563-
CMYK0.5400.570.43
HSL117.8º39.42%40.78%-
HSV(B)117.8º56.55%56.86%-
XYZ13.2721.778.2-
YUV112.03100.3395.17-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.09%
GREEN value IS 145 (57.03% from 255) = 52.92%
BLUE value IS 63 (25% from 255) = 22.99%
R=24.09%
G=52.92%
B=22.99%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal66145630.5400.570.43117.839.4240.78
Hex42913F360392B762729
Octal1022217766071531664751
Binary10000101001000111111111011001110011010111110110100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42913F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42913F; }

 p { color: rgb(66,145,63); }

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

<style>
 a { background-color: #42913F; }

 a { background-color: rgb(66,145,63); }

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

<style>
 span { border-color: #42913F; }

 span { border-color: rgb(66,145,63); }

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