Html Css Color HEX #449A4C Fruit Salad

📋 copy color: '#449A4C'

red 68 ◦ green 154 ◦ blue 76

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

Shades of Fruit Salad #449A4C

Tints of Fruit Salad #449A4C

RGB

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

 GREEN value IS 154 (60.55% from 255) = 51.68%

 BLUE value IS 76 (30.08% from 255) = 25.5%

R = 22.82%
G = 51.68%
B = 25.5%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.51

 K value IS 0.40

RGB Variations

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

Color information

#449A4C (or 0x449A4C) is known color: Fruit Salad. HEX triplet: 44, 9A and 4C. RGB value is (68,154,76). Sum of RGB (Red+Green+Blue) = 68+154+76=298 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.82% from 298); Green value is 154 (60.55% from 255 or 51.68% from 298); Blue value is 76 (30.08% from 255 or 25.50% from 298); Max value from RGB is 154 - color contains mainly: green. Hex color #449A4C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #449A4C is #BB65B3. Grayscale: #777777. Windows color (decimal): -12281268 or 5020228. OLE color: 5020228.

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

Color convert

RGB 68 154 76 -
CMYK 0.56 0 0.51 0.40
HSL 125.58º 0.39% 0.44% -
HSV(B) 125.58º 0.56% 0.6% -
XYZ 15.24 24.86 10.83 -
YUV 119.39 103.51 91.34 -
System Red Green Blue C M Y K H S L
Decimal 68 154 76 0.56 0 0.51 0.40 125.58 0.39 0.44
Hex 44 9A 4C 38 0 33 28 7E 27 2C
Octal 104 232 114 70 0 63 50 176 47 54
Binary 1000100 10011010 1001100 111000 0 110011 101000 1111110 100111 101100

Color Harmonies of #449A4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449A4C

Black with #449A4C

Text Example


Text Example

White with #449A4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,154,76); }

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

background-color css

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

 a { background-color: rgb(68,154,76); }

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

border-color css

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

 span { border-color: rgb(68,154,76); }

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