Html Css Color HEX #449F51 Fruit Salad

📋 copy color: '#449F51'

red 68 ◦ green 159 ◦ blue 81

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

Shades of Fruit Salad #449F51

Tints of Fruit Salad #449F51

RGB

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

 GREEN value IS 159 (62.5% from 255) = 51.62%

 BLUE value IS 81 (32.03% from 255) = 26.3%

R = 22.08%
G = 51.62%
B = 26.3%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.49

 K value IS 0.38

RGB Variations

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

Color information

#449F51 (or 0x449F51) is known color: Fruit Salad. HEX triplet: 44, 9F and 51. RGB value is (68,159,81). Sum of RGB (Red+Green+Blue) = 68+159+81=308 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.08% from 308); Green value is 159 (62.5% from 255 or 51.62% from 308); Blue value is 81 (32.03% from 255 or 26.30% from 308); Max value from RGB is 159 - color contains mainly: green. Hex color #449F51 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449F51 is #BB60AE. Grayscale: #7B7B7B. Windows color (decimal): -12279983 or 5349188. OLE color: 5349188.

HSL color Cylindrical-coordinate representation of color #449F51: hue angle of 128.57º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #449F51 is Cyan = 0.57, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.38.

Color convert

RGB 68 159 81 -
CMYK 0.57 0 0.49 0.38
HSL 128.57º 0.4% 0.45% -
HSV(B) 128.57º 0.57% 0.62% -
XYZ 16.27 26.62 12.07 -
YUV 122.9 104.35 88.84 -
System Red Green Blue C M Y K H S L
Decimal 68 159 81 0.57 0 0.49 0.38 128.57 0.4 0.45
Hex 44 9F 51 39 0 31 26 81 28 2D
Octal 104 237 121 71 0 61 46 201 50 55
Binary 1000100 10011111 1010001 111001 0 110001 100110 10000001 101000 101101

Color Harmonies of #449F51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449F51

Black with #449F51

Text Example


Text Example

White with #449F51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,159,81); }

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

background-color css

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

 a { background-color: rgb(68,159,81); }

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

border-color css

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

 span { border-color: rgb(68,159,81); }

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