#449E3D

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

Shades of Fruit Salad #449E3D

Tints of Fruit Salad #449E3D

Color information

#449E3D (or 0x449E3D) is unknown color: approx Fruit Salad. HEX triplet: 44, 9E and 3D. RGB value is (68,158,61). Sum of RGB (Red+Green+Blue) = 68+158+61=287 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.69% from 287); Green value is 158 (62.11% from 255 or 55.05% from 287); Blue value is 61 (24.22% from 255 or 21.25% from 287); Max value from RGB is 158 - color contains mainly: green. Hex color #449E3D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #449E3D is #BB61C2. Grayscale: #787878. Windows color (decimal): -12280259 or 4038212. OLE color: 4038212.

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

Color convert

RGB6815861-
CMYK0.5700.610.38
HSL115.67º44.29%42.94%-
HSV(B)115.67º61.39%61.96%-
XYZ15.4526.028.62-
YUV120.0394.6890.89-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.69%
GREEN value IS 158 (62.11% from 255) = 55.05%
BLUE value IS 61 (24.22% from 255) = 21.25%
R=23.69%
G=55.05%
B=21.25%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal68158610.5700.610.38115.6744.2942.94
Hex449E3D3903D26742c2b
Octal1042367571075461645453
Binary10001001001111011110111100101111011001101110100101100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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