Html Css Color HEX #40AA48 Fruit Salad

📋 copy color: '#40AA48'

red 64 ◦ green 170 ◦ blue 72

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

Shades of Fruit Salad #40AA48

Tints of Fruit Salad #40AA48

RGB

 RED value IS 64 (25.39% from 255) = 20.92%

 GREEN value IS 170 (66.8% from 255) = 55.56%

 BLUE value IS 72 (28.52% from 255) = 23.53%

R = 20.92%
G = 55.56%
B = 23.53%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#40AA48 (or 0x40AA48) is known color: Fruit Salad. HEX triplet: 40, AA and 48. RGB value is (64,170,72). Sum of RGB (Red+Green+Blue) = 64+170+72=306 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.92% from 306); Green value is 170 (66.80% from 255 or 55.56% from 306); Blue value is 72 (28.52% from 255 or 23.53% from 306); Max value from RGB is 170 - color contains mainly: green. Hex color #40AA48 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40AA48 is #BF55B7. Grayscale: #7F7F7F. Windows color (decimal): -12539320 or 4762176. OLE color: 4762176.

HSL color Cylindrical-coordinate representation of color #40AA48: hue angle of 124.53º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #40AA48 is Cyan = 0.62, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.33.

Color convert

RGB 64 170 72 -
CMYK 0.62 0 0.58 0.33
HSL 124.53º 0.45% 0.46% -
HSV(B) 124.53º 0.62% 0.67% -
XYZ 17.66 30.31 11.05 -
YUV 127.13 96.88 82.97 -
System Red Green Blue C M Y K H S L
Decimal 64 170 72 0.62 0 0.58 0.33 124.53 0.45 0.46
Hex 40 AA 48 3E 0 3A 21 7D 2D 2E
Octal 100 252 110 76 0 72 41 175 55 56
Binary 1000000 10101010 1001000 111110 0 111010 100001 1111101 101101 101110

Color Harmonies of #40AA48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40AA48

Black with #40AA48

Text Example


Text Example

White with #40AA48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40AA48; }

 p { color: rgb(64,170,72); }

 H1.HeaderClassName
 {
   color: #40AA48;
 }
 .AnyTagClassName
 {
   color: #40AA48;
 }
</style>

background-color css

<style>
 a { background-color: #40AA48; }

 a { background-color: rgb(64,170,72); }

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

border-color css

<style>
 span { border-color: #40AA48; }

 span { border-color: rgb(64,170,72); }

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