#449E3A

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

Shades of Fruit Salad #449E3A

Tints of Fruit Salad #449E3A

Color information

#449E3A (or 0x449E3A) is unknown color: approx Fruit Salad. HEX triplet: 44, 9E and 3A. RGB value is (68,158,58). Sum of RGB (Red+Green+Blue) = 68+158+58=284 (37% of max value = 765). Red value is 68 (26.95% from 255 or 23.94% from 284); Green value is 158 (62.11% from 255 or 55.63% from 284); Blue value is 58 (23.05% from 255 or 20.42% from 284); Max value from RGB is 158 - color contains mainly: green. Hex color #449E3A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #449E3A is #BB61C5. Grayscale: #787878. Windows color (decimal): -12280262 or 3841604. OLE color: 3841604.

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

Color convert

RGB6815858-
CMYK0.5700.630.38
HSL114º46.3%42.35%-
HSV(B)114º63.29%61.96%-
XYZ15.3725.998.21-
YUV119.6993.1891.13-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.94%
GREEN value IS 158 (62.11% from 255) = 55.63%
BLUE value IS 58 (23.05% from 255) = 20.42%
R=23.94%
G=55.63%
B=20.42%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal68158580.5700.630.3811446.342.35
Hex449E3A3903F26722e2a
Octal1042367271077461625652
Binary10001001001111011101011100101111111001101110010101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449E3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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