#41974A

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

Shades of Fruit Salad #41974A

Tints of Fruit Salad #41974A

Color information

#41974A (or 0x41974A) is unknown color: approx Fruit Salad. HEX triplet: 41, 97 and 4A. RGB value is (65,151,74). Sum of RGB (Red+Green+Blue) = 65+151+74=290 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.41% from 290); Green value is 151 (59.38% from 255 or 52.07% from 290); Blue value is 74 (29.30% from 255 or 25.52% from 290); Max value from RGB is 151 - color contains mainly: green. Hex color #41974A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #41974A is #BE68B5. Grayscale: #747474. Windows color (decimal): -12478646 or 4888385. OLE color: 4888385.

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

Color convert

RGB6515174-
CMYK0.5700.510.41
HSL126.28º39.81%42.35%-
HSV(B)126.28º56.95%59.22%-
XYZ14.4823.7510.3-
YUV116.51104.0191.26-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.41%
GREEN value IS 151 (59.38% from 255) = 52.07%
BLUE value IS 74 (29.30% from 255) = 25.52%
R=22.41%
G=52.07%
B=25.52%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal65151740.5700.510.41126.2839.8142.35
Hex41974A39033297e282a
Octal10122711271063511765052
Binary100000110010111100101011100101100111010011111110101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41974A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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