#448E4B

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

Shades of Fruit Salad #448E4B

Tints of Fruit Salad #448E4B

Color information

#448E4B (or 0x448E4B) is unknown color: approx Fruit Salad. HEX triplet: 44, 8E and 4B. RGB value is (68,142,75). Sum of RGB (Red+Green+Blue) = 68+142+75=285 (37% of max value = 765). Red value is 68 (26.95% from 255 or 23.86% from 285); Green value is 142 (55.86% from 255 or 49.82% from 285); Blue value is 75 (29.69% from 255 or 26.32% from 285); Max value from RGB is 142 - color contains mainly: green. Hex color #448E4B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #448E4B is #BB71B4. Grayscale: #707070. Windows color (decimal): -12284341 or 4951620. OLE color: 4951620.

HSL color Cylindrical-coordinate representation of color #448E4B: hue angle of 125.68º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #448E4B is Cyan = 0.52, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.44.

Color convert

RGB6814275-
CMYK0.5200.470.44
HSL125.68º35.24%41.18%-
HSV(B)125.68º52.11%55.69%-
XYZ13.3321.0810.02-
YUV112.24106.9896.45-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.86%
GREEN value IS 142 (55.86% from 255) = 49.82%
BLUE value IS 75 (29.69% from 255) = 26.32%
R=23.86%
G=49.82%
B=26.32%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal68142750.5200.470.44125.6835.2441.18
Hex448E4B3402F2C7e2329
Octal10421611364057541764351
Binary100010010001110100101111010001011111011001111110100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #448E4B; }

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

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

<style>
 a { background-color: #448E4B; }

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

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

<style>
 span { border-color: #448E4B; }

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

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