Html Css Color HEX #449C49 Fruit Salad

📋 copy color: '#449C49'

red 68 ◦ green 156 ◦ blue 73

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

Shades of Fruit Salad #449C49

Tints of Fruit Salad #449C49

RGB

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

 GREEN value IS 156 (61.33% from 255) = 52.53%

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

R = 22.9%
G = 52.53%
B = 24.58%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.53

 K value IS 0.39

RGB Variations

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

Color information

#449C49 (or 0x449C49) is known color: Fruit Salad. HEX triplet: 44, 9C and 49. RGB value is (68,156,73). Sum of RGB (Red+Green+Blue) = 68+156+73=297 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.90% from 297); Green value is 156 (61.33% from 255 or 52.53% from 297); Blue value is 73 (28.91% from 255 or 24.58% from 297); Max value from RGB is 156 - color contains mainly: green. Hex color #449C49 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #449C49 is #BB63B6. Grayscale: #787878. Windows color (decimal): -12280759 or 4824132. OLE color: 4824132.

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

Color convert

RGB 68 156 73 -
CMYK 0.56 0 0.53 0.39
HSL 123.41º 0.39% 0.44% -
HSV(B) 123.41º 0.56% 0.61% -
XYZ 15.47 25.49 10.41 -
YUV 120.23 101.35 90.75 -
System Red Green Blue C M Y K H S L
Decimal 68 156 73 0.56 0 0.53 0.39 123.41 0.39 0.44
Hex 44 9C 49 38 0 35 27 7B 27 2C
Octal 104 234 111 70 0 65 47 173 47 54
Binary 1000100 10011100 1001001 111000 0 110101 100111 1111011 100111 101100

Color Harmonies of #449C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449C49

Black with #449C49

Text Example


Text Example

White with #449C49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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