Html Css Color HEX #449849 Fruit Salad

📋 copy color: '#449849'

red 68 ◦ green 152 ◦ blue 73

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

Shades of Fruit Salad #449849

Tints of Fruit Salad #449849

RGB

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

 GREEN value IS 152 (59.77% from 255) = 51.88%

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

R = 23.21%
G = 51.88%
B = 24.91%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.52

 K value IS 0.40

RGB Variations

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

Color information

#449849 (or 0x449849) is known color: Fruit Salad. HEX triplet: 44, 98 and 49. RGB value is (68,152,73). Sum of RGB (Red+Green+Blue) = 68+152+73=293 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.21% from 293); Green value is 152 (59.77% from 255 or 51.88% from 293); Blue value is 73 (28.91% from 255 or 24.91% from 293); Max value from RGB is 152 - color contains mainly: green. Hex color #449849 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #449849 is #BB67B6. Grayscale: #767676. Windows color (decimal): -12281783 or 4823108. OLE color: 4823108.

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

Color convert

RGB 68 152 73 -
CMYK 0.55 0 0.52 0.40
HSL 123.57º 0.38% 0.43% -
HSV(B) 123.57º 0.55% 0.6% -
XYZ 14.81 24.17 10.19 -
YUV 117.88 102.67 92.42 -
System Red Green Blue C M Y K H S L
Decimal 68 152 73 0.55 0 0.52 0.40 123.57 0.38 0.43
Hex 44 98 49 37 0 34 28 7C 26 2B
Octal 104 230 111 67 0 64 50 174 46 53
Binary 1000100 10011000 1001001 110111 0 110100 101000 1111100 100110 101011

Color Harmonies of #449849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449849

Black with #449849

Text Example


Text Example

White with #449849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #449849; }

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

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

background-color css

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

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

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

border-color css

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

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

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