Html Css Color HEX #44B053 Fruit Salad

📋 copy color: '#44B053'

red 68 ◦ green 176 ◦ blue 83

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

Shades of Fruit Salad #44B053

Tints of Fruit Salad #44B053

RGB

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

 GREEN value IS 176 (69.14% from 255) = 53.82%

 BLUE value IS 83 (32.81% from 255) = 25.38%

R = 20.8%
G = 53.82%
B = 25.38%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.53

 K value IS 0.31

RGB Variations

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

Color information

#44B053 (or 0x44B053) is known color: Fruit Salad. HEX triplet: 44, B0 and 53. RGB value is (68,176,83). Sum of RGB (Red+Green+Blue) = 68+176+83=327 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.80% from 327); Green value is 176 (69.14% from 255 or 53.82% from 327); Blue value is 83 (32.81% from 255 or 25.38% from 327); Max value from RGB is 176 - color contains mainly: green. Hex color #44B053 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44B053 is #BB4FAC. Grayscale: #858585. Windows color (decimal): -12275629 or 5484612. OLE color: 5484612.

HSL color Cylindrical-coordinate representation of color #44B053: hue angle of 128.33º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #44B053 is Cyan = 0.61, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.31.

Color convert

RGB 68 176 83 -
CMYK 0.61 0 0.53 0.31
HSL 128.33º 0.44% 0.48% -
HSV(B) 128.33º 0.61% 0.69% -
XYZ 19.47 32.9 13.51 -
YUV 133.11 99.72 81.56 -
System Red Green Blue C M Y K H S L
Decimal 68 176 83 0.61 0 0.53 0.31 128.33 0.44 0.48
Hex 44 B0 53 3D 0 35 1F 80 2C 30
Octal 104 260 123 75 0 65 37 200 54 60
Binary 1000100 10110000 1010011 111101 0 110101 11111 10000000 101100 110000

Color Harmonies of #44B053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44B053

Black with #44B053

Text Example


Text Example

White with #44B053

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,176,83); }

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

background-color css

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

 a { background-color: rgb(68,176,83); }

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

border-color css

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

 span { border-color: rgb(68,176,83); }

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