#449943

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

Shades of Fruit Salad #449943

Tints of Fruit Salad #449943

Color information

#449943 (or 0x449943) is unknown color: approx Fruit Salad. HEX triplet: 44, 99 and 43. RGB value is (68,153,67). Sum of RGB (Red+Green+Blue) = 68+153+67=288 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.61% from 288); Green value is 153 (60.16% from 255 or 53.12% from 288); Blue value is 67 (26.56% from 255 or 23.26% from 288); Max value from RGB is 153 - color contains mainly: green. Hex color #449943 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #449943 is #BB66BC. Grayscale: #767676. Windows color (decimal): -12281533 or 4430148. OLE color: 4430148.

HSL color Cylindrical-coordinate representation of color #449943: hue angle of 119.3º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #449943 is Cyan = 0.56, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.4.

Color convert

RGB6815367-
CMYK0.5600.560.4
HSL119.3º39.09%43.14%-
HSV(B)119.3º56.21%60%-
XYZ14.7924.429.24-
YUV117.7899.3492.49-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.61%
GREEN value IS 153 (60.16% from 255) = 53.12%
BLUE value IS 67 (26.56% from 255) = 23.26%
R=23.61%
G=53.12%
B=23.26%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal68153670.5600.560.4119.339.0943.14
Hex449943380382877272b
Octal10423110370070501674753
Binary100010010011001100001111100001110001010001110111100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449943

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #449943; }

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

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

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

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

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

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

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

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