Html Css Color HEX #449950 Fruit Salad

📋 copy color: '#449950'

red 68 ◦ green 153 ◦ blue 80

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

Shades of Fruit Salad #449950

Tints of Fruit Salad #449950

RGB

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

 GREEN value IS 153 (60.16% from 255) = 50.83%

 BLUE value IS 80 (31.64% from 255) = 26.58%

R = 22.59%
G = 50.83%
B = 26.58%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.48

 K value IS 0.4

RGB Variations

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

Color information

#449950 (or 0x449950) is known color: Fruit Salad. HEX triplet: 44, 99 and 50. RGB value is (68,153,80). Sum of RGB (Red+Green+Blue) = 68+153+80=301 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.59% from 301); Green value is 153 (60.16% from 255 or 50.83% from 301); Blue value is 80 (31.64% from 255 or 26.58% from 301); Max value from RGB is 153 - color contains mainly: green. Hex color #449950 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449950 is #BB66AF. Grayscale: #777777. Windows color (decimal): -12281520 or 5282116. OLE color: 5282116.

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

Color convert

RGB 68 153 80 -
CMYK 0.56 0 0.48 0.4
HSL 128.47º 0.38% 0.43% -
HSV(B) 128.47º 0.56% 0.6% -
XYZ 15.22 24.59 11.53 -
YUV 119.26 105.84 91.44 -
System Red Green Blue C M Y K H S L
Decimal 68 153 80 0.56 0 0.48 0.4 128.47 0.38 0.43
Hex 44 99 50 38 0 30 28 80 26 2B
Octal 104 231 120 70 0 60 50 200 46 53
Binary 1000100 10011001 1010000 111000 0 110000 101000 10000000 100110 101011

Color Harmonies of #449950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449950

Black with #449950

Text Example


Text Example

White with #449950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #449950; }

 p { color: rgb(68,153,80); }

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

background-color css

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

 a { background-color: rgb(68,153,80); }

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

border-color css

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

 span { border-color: rgb(68,153,80); }

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