#41933F

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

Shades of Fruit Salad #41933F

Tints of Fruit Salad #41933F

Color information

#41933F (or 0x41933F) is unknown color: approx Fruit Salad. HEX triplet: 41, 93 and 3F. RGB value is (65,147,63). Sum of RGB (Red+Green+Blue) = 65+147+63=275 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.64% from 275); Green value is 147 (57.81% from 255 or 53.45% from 275); Blue value is 63 (25% from 255 or 22.91% from 275); Max value from RGB is 147 - color contains mainly: green. Hex color #41933F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #41933F is #BE6CC0. Grayscale: #717171. Windows color (decimal): -12479681 or 4166465. OLE color: 4166465.

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

Color convert

RGB6514763-
CMYK0.5600.570.42
HSL118.57º40%41.18%-
HSV(B)118.57º57.14%57.65%-
XYZ13.5122.358.3-
YUV112.9199.8393.83-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.64%
GREEN value IS 147 (57.81% from 255) = 53.45%
BLUE value IS 63 (25% from 255) = 22.91%
R=23.64%
G=53.45%
B=22.91%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal65147630.5600.570.42118.574041.18
Hex41933F380392A772829
Octal1012237770071521675051
Binary10000011001001111111111100001110011010101110111101000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41933F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,147,63); }

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

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

 a { background-color: rgb(65,147,63); }

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

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

 span { border-color: rgb(65,147,63); }

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