#41993B

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

Shades of Fruit Salad #41993B

Tints of Fruit Salad #41993B

Color information

#41993B (or 0x41993B) is unknown color: approx Fruit Salad. HEX triplet: 41, 99 and 3B. RGB value is (65,153,59). Sum of RGB (Red+Green+Blue) = 65+153+59=277 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.47% from 277); Green value is 153 (60.16% from 255 or 55.23% from 277); Blue value is 59 (23.44% from 255 or 21.30% from 277); Max value from RGB is 153 - color contains mainly: green. Hex color #41993B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #41993B is #BE66C4. Grayscale: #747474. Windows color (decimal): -12478149 or 3905857. OLE color: 3905857.

HSL color Cylindrical-coordinate representation of color #41993B: hue angle of 116.17º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #41993B is Cyan = 0.58, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.4.

Color convert

RGB6515359-
CMYK0.5800.610.4
HSL116.17º44.34%41.57%-
HSV(B)116.17º61.44%60%-
XYZ14.3624.228.06-
YUV115.9795.8591.64-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.47%
GREEN value IS 153 (60.16% from 255) = 55.23%
BLUE value IS 59 (23.44% from 255) = 21.30%
R=23.47%
G=55.23%
B=21.30%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal65153590.5800.610.4116.1744.3441.57
Hex41993B3A03D28742c2a
Octal1012317372075501645452
Binary10000011001100111101111101001111011010001110100101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41993B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41993B; }

 p { color: rgb(65,153,59); }

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

<style>
 a { background-color: #41993B; }

 a { background-color: rgb(65,153,59); }

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

<style>
 span { border-color: #41993B; }

 span { border-color: rgb(65,153,59); }

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