#41993E

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

Shades of Fruit Salad #41993E

Tints of Fruit Salad #41993E

Color information

#41993E (or 0x41993E) is unknown color: approx Fruit Salad. HEX triplet: 41, 99 and 3E. RGB value is (65,153,62). Sum of RGB (Red+Green+Blue) = 65+153+62=280 (37% of max value = 765). Red value is 65 (25.78% from 255 or 23.21% from 280); Green value is 153 (60.16% from 255 or 54.64% from 280); Blue value is 62 (24.61% from 255 or 22.14% from 280); Max value from RGB is 153 - color contains mainly: green. Hex color #41993E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #41993E is #BE66C1. Grayscale: #747474. Windows color (decimal): -12478146 or 4102465. OLE color: 4102465.

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

Color convert

RGB6515362-
CMYK0.5800.590.4
HSL118.02º42.33%42.16%-
HSV(B)118.02º59.48%60%-
XYZ14.4424.258.48-
YUV116.3197.3591.4-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.21%
GREEN value IS 153 (60.16% from 255) = 54.64%
BLUE value IS 62 (24.61% from 255) = 22.14%
R=23.21%
G=54.64%
B=22.14%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal65153620.5800.590.4118.0242.3342.16
Hex41993E3A03B28762a2a
Octal1012317672073501665252
Binary10000011001100111111011101001110111010001110110101010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41993E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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