Html Css Color HEX #44B752 Fruit Salad

📋 copy color: '#44B752'

red 68 ◦ green 183 ◦ blue 82

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

Shades of Fruit Salad #44B752

Tints of Fruit Salad #44B752

RGB

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

 GREEN value IS 183 (71.88% from 255) = 54.95%

 BLUE value IS 82 (32.42% from 255) = 24.62%

R = 20.42%
G = 54.95%
B = 24.62%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.55

 K value IS 0.28

RGB Variations

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

Color information

#44B752 (or 0x44B752) is known color: Fruit Salad. HEX triplet: 44, B7 and 52. RGB value is (68,183,82). Sum of RGB (Red+Green+Blue) = 68+183+82=333 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.42% from 333); Green value is 183 (71.88% from 255 or 54.95% from 333); Blue value is 82 (32.42% from 255 or 24.62% from 333); Max value from RGB is 183 - color contains mainly: green. Hex color #44B752 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #44B752 is #BB48AD. Grayscale: #898989. Windows color (decimal): -12273838 or 5420868. OLE color: 5420868.

HSL color Cylindrical-coordinate representation of color #44B752: hue angle of 127.3º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #44B752 is Cyan = 0.63, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.28.

Color convert

RGB 68 183 82 -
CMYK 0.63 0 0.55 0.28
HSL 127.3º 0.46% 0.49% -
HSV(B) 127.3º 0.63% 0.72% -
XYZ 20.84 35.71 13.78 -
YUV 137.1 96.9 78.71 -
System Red Green Blue C M Y K H S L
Decimal 68 183 82 0.63 0 0.55 0.28 127.3 0.46 0.49
Hex 44 B7 52 3F 0 37 1C 7F 2E 31
Octal 104 267 122 77 0 67 34 177 56 61
Binary 1000100 10110111 1010010 111111 0 110111 11100 1111111 101110 110001

Color Harmonies of #44B752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44B752

Black with #44B752

Text Example


Text Example

White with #44B752

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,183,82); }

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

background-color css

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

 a { background-color: rgb(68,183,82); }

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

border-color css

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

 span { border-color: rgb(68,183,82); }

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