Html Css Color HEX #449147 Fruit Salad

📋 copy color: '#449147'

red 68 ◦ green 145 ◦ blue 71

#449147
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fruit Salad #449147

Tints of Fruit Salad #449147

RGB

 RED value IS 68 (26.95% from 255) = 23.94%

 GREEN value IS 145 (57.03% from 255) = 51.06%

 BLUE value IS 71 (28.13% from 255) = 25%

R = 23.94%
G = 51.06%
B = 25%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.51

 K value IS 0.43

RGB Variations

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

Color information

#449147 (or 0x449147) is known color: Fruit Salad. HEX triplet: 44, 91 and 47. RGB value is (68,145,71). Sum of RGB (Red+Green+Blue) = 68+145+71=284 (37% of max value = 765). Red value is 68 (26.95% from 255 or 23.94% from 284); Green value is 145 (57.03% from 255 or 51.06% from 284); Blue value is 71 (28.12% from 255 or 25% from 284); Max value from RGB is 145 - color contains mainly: green. Hex color #449147 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #449147 is #BB6EB8. Grayscale: #717171. Windows color (decimal): -12283577 or 4690244. OLE color: 4690244.

HSL color Cylindrical-coordinate representation of color #449147: hue angle of 122.34º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #449147 is Cyan = 0.53, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.43.

Color convert

RGB 68 145 71 -
CMYK 0.53 0 0.51 0.43
HSL 122.34º 0.36% 0.42% -
HSV(B) 122.34º 0.53% 0.57% -
XYZ 13.65 21.93 9.48 -
YUV 113.54 103.99 95.52 -
System Red Green Blue C M Y K H S L
Decimal 68 145 71 0.53 0 0.51 0.43 122.34 0.36 0.42
Hex 44 91 47 35 0 33 2B 7A 24 2A
Octal 104 221 107 65 0 63 53 172 44 52
Binary 1000100 10010001 1000111 110101 0 110011 101011 1111010 100100 101010

Color Harmonies of #449147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449147

Black with #449147

Text Example


Text Example

White with #449147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #449147; }

 p { color: rgb(68,145,71); }

 H1.HeaderClassName
 {
   color: #449147;
 }
 .AnyTagClassName
 {
   color: #449147;
 }
</style>

background-color css

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

 a { background-color: rgb(68,145,71); }

 div.DivClassName
 {
   background-color: #449147;
 }
 .BgClassName
 {
   background-color: #449147;
 }
</style>

border-color css

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

 span { border-color: rgb(68,145,71); }

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