#41974B

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

Shades of Fruit Salad #41974B

Tints of Fruit Salad #41974B

Color information

#41974B (or 0x41974B) is unknown color: approx Fruit Salad. HEX triplet: 41, 97 and 4B. RGB value is (65,151,75). Sum of RGB (Red+Green+Blue) = 65+151+75=291 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.34% from 291); Green value is 151 (59.38% from 255 or 51.89% from 291); Blue value is 75 (29.69% from 255 or 25.77% from 291); Max value from RGB is 151 - color contains mainly: green. Hex color #41974B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #41974B is #BE68B4. Grayscale: #747474. Windows color (decimal): -12478645 or 4953921. OLE color: 4953921.

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

Color convert

RGB6515175-
CMYK0.5700.500.41
HSL126.98º39.81%42.35%-
HSV(B)126.98º56.95%59.22%-
XYZ14.5223.7710.48-
YUV116.62104.5191.18-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.34%
GREEN value IS 151 (59.38% from 255) = 51.89%
BLUE value IS 75 (29.69% from 255) = 25.77%
R=22.34%
G=51.89%
B=25.77%

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
Decimal65151750.5700.500.41126.9839.8142.35
Hex41974B39032297f282a
Octal10122711371062511775052
Binary100000110010111100101111100101100101010011111111101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41974B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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