Html Css Color HEX #44B34C Fruit Salad

📋 copy color: '#44B34C'

red 68 ◦ green 179 ◦ blue 76

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

Shades of Fruit Salad #44B34C

Tints of Fruit Salad #44B34C

RGB

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

 GREEN value IS 179 (70.31% from 255) = 55.42%

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

R = 21.05%
G = 55.42%
B = 23.53%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.58

 K value IS 0.30

RGB Variations

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

Color information

#44B34C (or 0x44B34C) is known color: Fruit Salad. HEX triplet: 44, B3 and 4C. RGB value is (68,179,76). Sum of RGB (Red+Green+Blue) = 68+179+76=323 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.05% from 323); Green value is 179 (70.31% from 255 or 55.42% from 323); Blue value is 76 (30.08% from 255 or 23.53% from 323); Max value from RGB is 179 - color contains mainly: green. Hex color #44B34C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44B34C is #BB4CB3. Grayscale: #868686. Windows color (decimal): -12274868 or 5026628. OLE color: 5026628.

HSL color Cylindrical-coordinate representation of color #44B34C: hue angle of 124.32º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #44B34C is Cyan = 0.62, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.30.

Color convert

RGB 68 179 76 -
CMYK 0.62 0 0.58 0.30
HSL 124.32º 0.45% 0.48% -
HSV(B) 124.32º 0.62% 0.7% -
XYZ 19.81 33.99 12.35 -
YUV 134.07 95.23 80.88 -
System Red Green Blue C M Y K H S L
Decimal 68 179 76 0.62 0 0.58 0.30 124.32 0.45 0.48
Hex 44 B3 4C 3E 0 3A 1E 7C 2D 30
Octal 104 263 114 76 0 72 36 174 55 60
Binary 1000100 10110011 1001100 111110 0 111010 11110 1111100 101101 110000

Color Harmonies of #44B34C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44B34C

Black with #44B34C

Text Example


Text Example

White with #44B34C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44B34C; }

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

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

background-color css

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

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

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

border-color css

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

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

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