#449E52

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

Shades of Fruit Salad #449E52

Tints of Fruit Salad #449E52

Color information

#449E52 (or 0x449E52) is unknown color: approx Fruit Salad. HEX triplet: 44, 9E and 52. RGB value is (68,158,82). Sum of RGB (Red+Green+Blue) = 68+158+82=308 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.08% from 308); Green value is 158 (62.11% from 255 or 51.30% from 308); Blue value is 82 (32.42% from 255 or 26.62% from 308); Max value from RGB is 158 - color contains mainly: green. Hex color #449E52 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449E52 is #BB61AD. Grayscale: #7A7A7A. Windows color (decimal): -12280238 or 5414468. OLE color: 5414468.

HSL color Cylindrical-coordinate representation of color #449E52: hue angle of 129.33º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #449E52 is Cyan = 0.57, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.38.

Color convert

RGB6815882-
CMYK0.5700.480.38
HSL129.33º39.82%44.31%-
HSV(B)129.33º56.96%61.96%-
XYZ16.1326.2912.21-
YUV122.43105.1889.18-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.08%
GREEN value IS 158 (62.11% from 255) = 51.30%
BLUE value IS 82 (32.42% from 255) = 26.62%
R=22.08%
G=51.30%
B=26.62%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal68158820.5700.480.38129.3339.8244.31
Hex449E52390302681282c
Octal10423612271060462015054
Binary1000100100111101010010111001011000010011010000001101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449E52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,158,82); }

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

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

 a { background-color: rgb(68,158,82); }

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

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

 span { border-color: rgb(68,158,82); }

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