Html Css Color HEX #449448 Fruit Salad

📋 copy color: '#449448'

red 68 ◦ green 148 ◦ blue 72

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

Shades of Fruit Salad #449448

Tints of Fruit Salad #449448

RGB

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

 GREEN value IS 148 (58.2% from 255) = 51.39%

 BLUE value IS 72 (28.52% from 255) = 25%

R = 23.61%
G = 51.39%
B = 25%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.51

 K value IS 0.42

RGB Variations

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

Color information

#449448 (or 0x449448) is known color: Fruit Salad. HEX triplet: 44, 94 and 48. RGB value is (68,148,72). Sum of RGB (Red+Green+Blue) = 68+148+72=288 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.61% from 288); Green value is 148 (58.20% from 255 or 51.39% from 288); Blue value is 72 (28.52% from 255 or 25% from 288); Max value from RGB is 148 - color contains mainly: green. Hex color #449448 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #449448 is #BB6BB7. Grayscale: #737373. Windows color (decimal): -12282808 or 4756548. OLE color: 4756548.

HSL color Cylindrical-coordinate representation of color #449448: hue angle of 123º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #449448 is Cyan = 0.54, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.42.

Color convert

RGB 68 148 72 -
CMYK 0.54 0 0.51 0.42
HSL 123º 0.37% 0.42% -
HSV(B) 123º 0.54% 0.58% -
XYZ 14.14 22.88 9.8 -
YUV 115.42 103.5 94.18 -
System Red Green Blue C M Y K H S L
Decimal 68 148 72 0.54 0 0.51 0.42 123 0.37 0.42
Hex 44 94 48 36 0 33 2A 7B 25 2A
Octal 104 224 110 66 0 63 52 173 45 52
Binary 1000100 10010100 1001000 110110 0 110011 101010 1111011 100101 101010

Color Harmonies of #449448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449448

Black with #449448

Text Example


Text Example

White with #449448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #449448; }

 p { color: rgb(68,148,72); }

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

background-color css

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

 a { background-color: rgb(68,148,72); }

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

border-color css

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

 span { border-color: rgb(68,148,72); }

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