#419943

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

Shades of Fruit Salad #419943

Tints of Fruit Salad #419943

Color information

#419943 (or 0x419943) is unknown color: approx Fruit Salad. HEX triplet: 41, 99 and 43. RGB value is (65,153,67). Sum of RGB (Red+Green+Blue) = 65+153+67=285 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.81% from 285); Green value is 153 (60.16% from 255 or 53.68% from 285); Blue value is 67 (26.56% from 255 or 23.51% from 285); Max value from RGB is 153 - color contains mainly: green. Hex color #419943 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #419943 is #BE66BC. Grayscale: #757575. Windows color (decimal): -12478141 or 4430145. OLE color: 4430145.

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

Color convert

RGB6515367-
CMYK0.5800.560.4
HSL121.36º40.37%42.75%-
HSV(B)121.36º57.52%60%-
XYZ14.5824.319.23-
YUV116.8899.8590.99-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.81%
GREEN value IS 153 (60.16% from 255) = 53.68%
BLUE value IS 67 (26.56% from 255) = 23.51%
R=22.81%
G=53.68%
B=23.51%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal65153670.5800.560.4121.3640.3742.75
Hex4199433A0382879282b
Octal10123110372070501715053
Binary100000110011001100001111101001110001010001111001101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419943

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #419943; }

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

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

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

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

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

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

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

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