#41974C

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

Shades of Fruit Salad #41974C

Tints of Fruit Salad #41974C

Color information

#41974C (or 0x41974C) is unknown color: approx Fruit Salad. HEX triplet: 41, 97 and 4C. RGB value is (65,151,76). Sum of RGB (Red+Green+Blue) = 65+151+76=292 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.26% from 292); Green value is 151 (59.38% from 255 or 51.71% from 292); Blue value is 76 (30.08% from 255 or 26.03% from 292); Max value from RGB is 151 - color contains mainly: green. Hex color #41974C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #41974C is #BE68B3. Grayscale: #747474. Windows color (decimal): -12478644 or 5019457. OLE color: 5019457.

HSL color Cylindrical-coordinate representation of color #41974C: hue angle of 127.67º 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 #41974C is Cyan = 0.57, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.41.

Color convert

RGB6515176-
CMYK0.5700.500.41
HSL127.67º39.81%42.35%-
HSV(B)127.67º56.95%59.22%-
XYZ14.5523.7810.66-
YUV116.74105.0191.1-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.26%
GREEN value IS 151 (59.38% from 255) = 51.71%
BLUE value IS 76 (30.08% from 255) = 26.03%
R=22.26%
G=51.71%
B=26.03%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal65151760.5700.500.41127.6739.8142.35
Hex41974C390322980282a
Octal10122711471062512005052
Binary1000001100101111001100111001011001010100110000000101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41974C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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