Html Css Color HEX #44A74C Fruit Salad

📋 copy color: '#44A74C'

red 68 ◦ green 167 ◦ blue 76

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

Shades of Fruit Salad #44A74C

Tints of Fruit Salad #44A74C

RGB

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

 GREEN value IS 167 (65.63% from 255) = 53.7%

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

R = 21.86%
G = 53.7%
B = 24.44%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.54

 K value IS 0.35

RGB Variations

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

Color information

#44A74C (or 0x44A74C) is known color: Fruit Salad. HEX triplet: 44, A7 and 4C. RGB value is (68,167,76). Sum of RGB (Red+Green+Blue) = 68+167+76=311 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.86% from 311); Green value is 167 (65.62% from 255 or 53.70% from 311); Blue value is 76 (30.08% from 255 or 24.44% from 311); Max value from RGB is 167 - color contains mainly: green. Hex color #44A74C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #44A74C is #BB58B3. Grayscale: #7F7F7F. Windows color (decimal): -12277940 or 5023556. OLE color: 5023556.

HSL color Cylindrical-coordinate representation of color #44A74C: hue angle of 124.85º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #44A74C is Cyan = 0.59, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.35.

Color convert

RGB 68 167 76 -
CMYK 0.59 0 0.54 0.35
HSL 124.85º 0.42% 0.46% -
HSV(B) 124.85º 0.59% 0.65% -
XYZ 17.51 29.39 11.59 -
YUV 127.03 99.2 85.9 -
System Red Green Blue C M Y K H S L
Decimal 68 167 76 0.59 0 0.54 0.35 124.85 0.42 0.46
Hex 44 A7 4C 3B 0 36 23 7D 2A 2E
Octal 104 247 114 73 0 66 43 175 52 56
Binary 1000100 10100111 1001100 111011 0 110110 100011 1111101 101010 101110

Color Harmonies of #44A74C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44A74C

Black with #44A74C

Text Example


Text Example

White with #44A74C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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