#449C3D

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

Shades of Fruit Salad #449C3D

Tints of Fruit Salad #449C3D

Color information

#449C3D (or 0x449C3D) is unknown color: approx Fruit Salad. HEX triplet: 44, 9C and 3D. RGB value is (68,156,61). Sum of RGB (Red+Green+Blue) = 68+156+61=285 (37% of max value = 765). Red value is 68 (26.95% from 255 or 23.86% from 285); Green value is 156 (61.33% from 255 or 54.74% from 285); Blue value is 61 (24.22% from 255 or 21.40% from 285); Max value from RGB is 156 - color contains mainly: green. Hex color #449C3D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #449C3D is #BB63C2. Grayscale: #777777. Windows color (decimal): -12280771 or 4037700. OLE color: 4037700.

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

Color convert

RGB6815661-
CMYK0.5600.610.39
HSL115.58º43.78%42.55%-
HSV(B)115.58º60.9%61.18%-
XYZ15.1125.348.51-
YUV118.8695.3591.72-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.86%
GREEN value IS 156 (61.33% from 255) = 54.74%
BLUE value IS 61 (24.22% from 255) = 21.40%
R=23.86%
G=54.74%
B=21.40%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal68156610.5600.610.39115.5843.7842.55
Hex449C3D3803D27742c2b
Octal1042347570075471645453
Binary10001001001110011110111100001111011001111110100101100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449C3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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