#41953E

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

Shades of Fruit Salad #41953E

Tints of Fruit Salad #41953E

Color information

#41953E (or 0x41953E) is unknown color: approx Fruit Salad. HEX triplet: 41, 95 and 3E. RGB value is (65,149,62). Sum of RGB (Red+Green+Blue) = 65+149+62=276 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.55% from 276); Green value is 149 (58.59% from 255 or 53.99% from 276); Blue value is 62 (24.61% from 255 or 22.46% from 276); Max value from RGB is 149 - color contains mainly: green. Hex color #41953E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #41953E is #BE6AC1. Grayscale: #727272. Windows color (decimal): -12479170 or 4101441. OLE color: 4101441.

HSL color Cylindrical-coordinate representation of color #41953E: hue angle of 117.93º 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 #41953E is Cyan = 0.56, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.42.

Color convert

RGB6514962-
CMYK0.5600.580.42
HSL117.93º41.23%41.37%-
HSV(B)117.93º58.39%58.43%-
XYZ13.822.978.26-
YUV113.9798.6793.07-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.55%
GREEN value IS 149 (58.59% from 255) = 53.99%
BLUE value IS 62 (24.61% from 255) = 22.46%
R=23.55%
G=53.99%
B=22.46%

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
Decimal65149620.5600.580.42117.9341.2341.37
Hex41953E3803A2A762929
Octal1012257670072521665151
Binary10000011001010111111011100001110101010101110110101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41953E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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