Html Css Color HEX #449749 Fruit Salad

📋 copy color: '#449749'

red 68 ◦ green 151 ◦ blue 73

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

Shades of Fruit Salad #449749

Tints of Fruit Salad #449749

RGB

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

 GREEN value IS 151 (59.38% from 255) = 51.71%

 BLUE value IS 73 (28.91% from 255) = 25%

R = 23.29%
G = 51.71%
B = 25%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.52

 K value IS 0.41

RGB Variations

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

Color information

#449749 (or 0x449749) is known color: Fruit Salad. HEX triplet: 44, 97 and 49. RGB value is (68,151,73). Sum of RGB (Red+Green+Blue) = 68+151+73=292 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.29% from 292); Green value is 151 (59.38% from 255 or 51.71% from 292); Blue value is 73 (28.91% from 255 or 25% from 292); Max value from RGB is 151 - color contains mainly: green. Hex color #449749 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #449749 is #BB68B6. Grayscale: #757575. Windows color (decimal): -12282039 or 4822852. OLE color: 4822852.

HSL color Cylindrical-coordinate representation of color #449749: hue angle of 123.61º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #449749 is Cyan = 0.55, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.41.

Color convert

RGB 68 151 73 -
CMYK 0.55 0 0.52 0.41
HSL 123.61º 0.38% 0.43% -
HSV(B) 123.61º 0.55% 0.59% -
XYZ 14.65 23.84 10.13 -
YUV 117.29 103 92.84 -
System Red Green Blue C M Y K H S L
Decimal 68 151 73 0.55 0 0.52 0.41 123.61 0.38 0.43
Hex 44 97 49 37 0 34 29 7C 26 2B
Octal 104 227 111 67 0 64 51 174 46 53
Binary 1000100 10010111 1001001 110111 0 110100 101001 1111100 100110 101011

Color Harmonies of #449749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449749

Black with #449749

Text Example


Text Example

White with #449749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #449749; }

 p { color: rgb(68,151,73); }

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

background-color css

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

 a { background-color: rgb(68,151,73); }

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

border-color css

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

 span { border-color: rgb(68,151,73); }

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