Html Css Color HEX #449C51 Fruit Salad

📋 copy color: '#449C51'

red 68 ◦ green 156 ◦ blue 81

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

Shades of Fruit Salad #449C51

Tints of Fruit Salad #449C51

RGB

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

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

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

R = 22.3%
G = 51.15%
B = 26.56%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.48

 K value IS 0.39

RGB Variations

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

Color information

#449C51 (or 0x449C51) is known color: Fruit Salad. HEX triplet: 44, 9C and 51. RGB value is (68,156,81). Sum of RGB (Red+Green+Blue) = 68+156+81=305 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.30% from 305); Green value is 156 (61.33% from 255 or 51.15% from 305); Blue value is 81 (32.03% from 255 or 26.56% from 305); Max value from RGB is 156 - color contains mainly: green. Hex color #449C51 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449C51 is #BB63AE. Grayscale: #797979. Windows color (decimal): -12280751 or 5348420. OLE color: 5348420.

HSL color Cylindrical-coordinate representation of color #449C51: hue angle of 128.86º 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 #449C51 is Cyan = 0.56, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.39.

Color convert

RGB 68 156 81 -
CMYK 0.56 0 0.48 0.39
HSL 128.86º 0.39% 0.44% -
HSV(B) 128.86º 0.56% 0.61% -
XYZ 15.76 25.6 11.9 -
YUV 121.14 105.35 90.1 -
System Red Green Blue C M Y K H S L
Decimal 68 156 81 0.56 0 0.48 0.39 128.86 0.39 0.44
Hex 44 9C 51 38 0 30 27 81 27 2C
Octal 104 234 121 70 0 60 47 201 47 54
Binary 1000100 10011100 1010001 111000 0 110000 100111 10000001 100111 101100

Color Harmonies of #449C51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449C51

Black with #449C51

Text Example


Text Example

White with #449C51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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