Html Css Color HEX #449850 Fruit Salad

📋 copy color: '#449850'

red 68 ◦ green 152 ◦ blue 80

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

Shades of Fruit Salad #449850

Tints of Fruit Salad #449850

RGB

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

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

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

R = 22.67%
G = 50.67%
B = 26.67%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.47

 K value IS 0.40

RGB Variations

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

Color information

#449850 (or 0x449850) is known color: Fruit Salad. HEX triplet: 44, 98 and 50. RGB value is (68,152,80). Sum of RGB (Red+Green+Blue) = 68+152+80=300 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.67% from 300); Green value is 152 (59.77% from 255 or 50.67% from 300); Blue value is 80 (31.64% from 255 or 26.67% from 300); Max value from RGB is 152 - color contains mainly: green. Hex color #449850 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449850 is #BB67AF. Grayscale: #767676. Windows color (decimal): -12281776 or 5281860. OLE color: 5281860.

HSL color Cylindrical-coordinate representation of color #449850: hue angle of 128.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 #449850 is Cyan = 0.55, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.40.

Color convert

RGB 68 152 80 -
CMYK 0.55 0 0.47 0.40
HSL 128.57º 0.38% 0.43% -
HSV(B) 128.57º 0.55% 0.6% -
XYZ 15.06 24.26 11.48 -
YUV 118.68 106.17 91.85 -
System Red Green Blue C M Y K H S L
Decimal 68 152 80 0.55 0 0.47 0.40 128.57 0.38 0.43
Hex 44 98 50 37 0 2F 28 81 26 2B
Octal 104 230 120 67 0 57 50 201 46 53
Binary 1000100 10011000 1010000 110111 0 101111 101000 10000001 100110 101011

Color Harmonies of #449850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449850

Black with #449850

Text Example


Text Example

White with #449850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #449850; }

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

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

background-color css

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

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

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

border-color css

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

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

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