#41994B

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

Shades of Fruit Salad #41994B

Tints of Fruit Salad #41994B

Color information

#41994B (or 0x41994B) is unknown color: approx Fruit Salad. HEX triplet: 41, 99 and 4B. RGB value is (65,153,75). Sum of RGB (Red+Green+Blue) = 65+153+75=293 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.18% from 293); Green value is 153 (60.16% from 255 or 52.22% from 293); Blue value is 75 (29.69% from 255 or 25.60% from 293); Max value from RGB is 153 - color contains mainly: green. Hex color #41994B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #41994B is #BE66B4. Grayscale: #767676. Windows color (decimal): -12478133 or 4954433. OLE color: 4954433.

HSL color Cylindrical-coordinate representation of color #41994B: hue angle of 126.82º 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 #41994B is Cyan = 0.58, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.4.

Color convert

RGB6515375-
CMYK0.5800.510.4
HSL126.82º40.37%42.75%-
HSV(B)126.82º57.52%60%-
XYZ14.8424.4110.59-
YUV117.8103.8590.34-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.18%
GREEN value IS 153 (60.16% from 255) = 52.22%
BLUE value IS 75 (29.69% from 255) = 25.60%
R=22.18%
G=52.22%
B=25.60%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal65153750.5800.510.4126.8240.3742.75
Hex41994B3A033287f282b
Octal10123111372063501775053
Binary100000110011001100101111101001100111010001111111101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41994B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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