#42953E

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

Shades of Fruit Salad #42953E

Tints of Fruit Salad #42953E

Color information

#42953E (or 0x42953E) is unknown color: approx Fruit Salad. HEX triplet: 42, 95 and 3E. RGB value is (66,149,62). Sum of RGB (Red+Green+Blue) = 66+149+62=277 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.83% from 277); Green value is 149 (58.59% from 255 or 53.79% from 277); Blue value is 62 (24.61% from 255 or 22.38% from 277); Max value from RGB is 149 - color contains mainly: green. Hex color #42953E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42953E is #BD6AC1. Grayscale: #727272. Windows color (decimal): -12413634 or 4101442. OLE color: 4101442.

HSL color Cylindrical-coordinate representation of color #42953E: hue angle of 117.24º degrees, saturation: 0.41, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #42953E is Cyan = 0.56, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.42.

Color convert

RGB6614962-
CMYK0.5600.580.42
HSL117.24º41.23%41.37%-
HSV(B)117.24º58.39%58.43%-
XYZ13.86238.27-
YUV114.2698.593.57-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.83%
GREEN value IS 149 (58.59% from 255) = 53.79%
BLUE value IS 62 (24.61% from 255) = 22.38%
R=23.83%
G=53.79%
B=22.38%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal66149620.5600.580.42117.2441.2341.37
Hex42953E3803A2A752929
Octal1022257670072521655151
Binary10000101001010111111011100001110101010101110101101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42953E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42953E; }

 p { color: rgb(66,149,62); }

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

<style>
 a { background-color: #42953E; }

 a { background-color: rgb(66,149,62); }

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

<style>
 span { border-color: #42953E; }

 span { border-color: rgb(66,149,62); }

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