Html Css Color HEX #44AF42 Fruit Salad

📋 copy color: '#44AF42'

red 68 ◦ green 175 ◦ blue 66

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

Shades of Fruit Salad #44AF42

Tints of Fruit Salad #44AF42

RGB

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

 GREEN value IS 175 (68.75% from 255) = 56.63%

 BLUE value IS 66 (26.17% from 255) = 21.36%

R = 22.01%
G = 56.63%
B = 21.36%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.62

 K value IS 0.31

RGB Variations

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

Color information

#44AF42 (or 0x44AF42) is known color: Fruit Salad. HEX triplet: 44, AF and 42. RGB value is (68,175,66). Sum of RGB (Red+Green+Blue) = 68+175+66=309 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.01% from 309); Green value is 175 (68.75% from 255 or 56.63% from 309); Blue value is 66 (26.17% from 255 or 21.36% from 309); Max value from RGB is 175 - color contains mainly: green. Hex color #44AF42 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #44AF42 is #BB50BD. Grayscale: #828282. Windows color (decimal): -12275902 or 4370244. OLE color: 4370244.

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

Color convert

RGB 68 175 66 -
CMYK 0.61 0 0.62 0.31
HSL 118.9º 0.45% 0.47% -
HSV(B) 118.9º 0.62% 0.69% -
XYZ 18.7 32.28 10.4 -
YUV 130.58 91.55 83.36 -
System Red Green Blue C M Y K H S L
Decimal 68 175 66 0.61 0 0.62 0.31 118.9 0.45 0.47
Hex 44 AF 42 3D 0 3E 1F 77 2D 2F
Octal 104 257 102 75 0 76 37 167 55 57
Binary 1000100 10101111 1000010 111101 0 111110 11111 1110111 101101 101111

Color Harmonies of #44AF42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44AF42

Black with #44AF42

Text Example


Text Example

White with #44AF42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,175,66); }

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

background-color css

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

 a { background-color: rgb(68,175,66); }

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

border-color css

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

 span { border-color: rgb(68,175,66); }

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