#41994A

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

Shades of Fruit Salad #41994A

Tints of Fruit Salad #41994A

Color information

#41994A (or 0x41994A) is unknown color: approx Fruit Salad. HEX triplet: 41, 99 and 4A. RGB value is (65,153,74). Sum of RGB (Red+Green+Blue) = 65+153+74=292 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.26% from 292); Green value is 153 (60.16% from 255 or 52.40% from 292); Blue value is 74 (29.30% from 255 or 25.34% from 292); Max value from RGB is 153 - color contains mainly: green. Hex color #41994A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #41994A is #BE66B5. Grayscale: #757575. Windows color (decimal): -12478134 or 4888897. OLE color: 4888897.

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

Color convert

RGB6515374-
CMYK0.5800.520.4
HSL126.14º40.37%42.75%-
HSV(B)126.14º57.52%60%-
XYZ14.8124.410.41-
YUV117.68103.3590.42-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.26%
GREEN value IS 153 (60.16% from 255) = 52.40%
BLUE value IS 74 (29.30% from 255) = 25.34%
R=22.26%
G=52.40%
B=25.34%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal65153740.5800.520.4126.1440.3742.75
Hex41994A3A034287e282b
Octal10123111272064501765053
Binary100000110011001100101011101001101001010001111110101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41994A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41994A; }

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

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

<style>
 a { background-color: #41994A; }

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

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

<style>
 span { border-color: #41994A; }

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

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