Html Css Color HEX #44A253 Fruit Salad

📋 copy color: '#44A253'

red 68 ◦ green 162 ◦ blue 83

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

Shades of Fruit Salad #44A253

Tints of Fruit Salad #44A253

RGB

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

 GREEN value IS 162 (63.67% from 255) = 51.76%

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

R = 21.73%
G = 51.76%
B = 26.52%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.49

 K value IS 0.36

RGB Variations

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

Color information

#44A253 (or 0x44A253) is known color: Fruit Salad. HEX triplet: 44, A2 and 53. RGB value is (68,162,83). Sum of RGB (Red+Green+Blue) = 68+162+83=313 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.73% from 313); Green value is 162 (63.67% from 255 or 51.76% from 313); Blue value is 83 (32.81% from 255 or 26.52% from 313); Max value from RGB is 162 - color contains mainly: green. Hex color #44A253 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44A253 is #BB5DAC. Grayscale: #7D7D7D. Windows color (decimal): -12279213 or 5481028. OLE color: 5481028.

HSL color Cylindrical-coordinate representation of color #44A253: hue angle of 129.57º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #44A253 is Cyan = 0.58, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.36.

Color convert

RGB 68 162 83 -
CMYK 0.58 0 0.49 0.36
HSL 129.57º 0.41% 0.45% -
HSV(B) 129.57º 0.58% 0.64% -
XYZ 16.87 27.69 12.64 -
YUV 124.89 104.36 87.42 -
System Red Green Blue C M Y K H S L
Decimal 68 162 83 0.58 0 0.49 0.36 129.57 0.41 0.45
Hex 44 A2 53 3A 0 31 24 82 29 2D
Octal 104 242 123 72 0 61 44 202 51 55
Binary 1000100 10100010 1010011 111010 0 110001 100100 10000010 101001 101101

Color Harmonies of #44A253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44A253

Black with #44A253

Text Example


Text Example

White with #44A253

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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