#449A4B

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

Shades of Fruit Salad #449A4B

Tints of Fruit Salad #449A4B

Color information

#449A4B (or 0x449A4B) is unknown color: approx Fruit Salad. HEX triplet: 44, 9A and 4B. RGB value is (68,154,75). Sum of RGB (Red+Green+Blue) = 68+154+75=297 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.90% from 297); Green value is 154 (60.55% from 255 or 51.85% from 297); Blue value is 75 (29.69% from 255 or 25.25% from 297); Max value from RGB is 154 - color contains mainly: green. Hex color #449A4B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #449A4B is #BB65B4. Grayscale: #777777. Windows color (decimal): -12281269 or 4954692. OLE color: 4954692.

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

Color convert

RGB6815475-
CMYK0.5600.510.40
HSL124.88º38.74%43.53%-
HSV(B)124.88º55.84%60.39%-
XYZ15.2124.8510.65-
YUV119.28103.0191.42-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.90%
GREEN value IS 154 (60.55% from 255) = 51.85%
BLUE value IS 75 (29.69% from 255) = 25.25%
R=22.90%
G=51.85%
B=25.25%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal68154750.5600.510.40124.8838.7443.53
Hex449A4B38033287d272c
Octal10423211370063501754754
Binary100010010011010100101111100001100111010001111101100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,154,75); }

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

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

 a { background-color: rgb(68,154,75); }

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

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

 span { border-color: rgb(68,154,75); }

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