#449B51

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

Shades of Fruit Salad #449B51

Tints of Fruit Salad #449B51

Color information

#449B51 (or 0x449B51) is unknown color: approx Fruit Salad. HEX triplet: 44, 9B and 51. RGB value is (68,155,81). Sum of RGB (Red+Green+Blue) = 68+155+81=304 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.37% from 304); Green value is 155 (60.94% from 255 or 50.99% from 304); Blue value is 81 (32.03% from 255 or 26.64% from 304); Max value from RGB is 155 - color contains mainly: green. Hex color #449B51 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449B51 is #BB64AE. Grayscale: #787878. Windows color (decimal): -12281007 or 5348164. OLE color: 5348164.

HSL color Cylindrical-coordinate representation of color #449B51: hue angle of 128.97º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #449B51 is Cyan = 0.56, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.39.

Color convert

RGB6815581-
CMYK0.5600.480.39
HSL128.97º39.01%43.73%-
HSV(B)128.97º56.13%60.78%-
XYZ15.5925.2711.84-
YUV120.55105.6890.52-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.37%
GREEN value IS 155 (60.94% from 255) = 50.99%
BLUE value IS 81 (32.03% from 255) = 26.64%
R=22.37%
G=50.99%
B=26.64%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal68155810.5600.480.39128.9739.0143.73
Hex449B51380302781272c
Octal10423312170060472014754
Binary1000100100110111010001111000011000010011110000001100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449B51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #449B51; }

 p { color: rgb(68,155,81); }

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

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

 a { background-color: rgb(68,155,81); }

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

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

 span { border-color: rgb(68,155,81); }

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