Html Css Color HEX #40AF48 Fruit Salad

📋 copy color: '#40AF48'

red 64 ◦ green 175 ◦ blue 72

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

Shades of Fruit Salad #40AF48

Tints of Fruit Salad #40AF48

RGB

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

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

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

R = 20.58%
G = 56.27%
B = 23.15%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.59

 K value IS 0.31

RGB Variations

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

Color information

#40AF48 (or 0x40AF48) is known color: Fruit Salad. HEX triplet: 40, AF and 48. RGB value is (64,175,72). Sum of RGB (Red+Green+Blue) = 64+175+72=311 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.58% from 311); Green value is 175 (68.75% from 255 or 56.27% from 311); Blue value is 72 (28.52% from 255 or 23.15% from 311); Max value from RGB is 175 - color contains mainly: green. Hex color #40AF48 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40AF48 is #BF50B7. Grayscale: #828282. Windows color (decimal): -12538040 or 4763456. OLE color: 4763456.

HSL color Cylindrical-coordinate representation of color #40AF48: hue angle of 124.32º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #40AF48 is Cyan = 0.63, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.31.

Color convert

RGB 64 175 72 -
CMYK 0.63 0 0.59 0.31
HSL 124.32º 0.46% 0.47% -
HSV(B) 124.32º 0.63% 0.69% -
XYZ 18.61 32.22 11.37 -
YUV 130.07 95.23 80.88 -
System Red Green Blue C M Y K H S L
Decimal 64 175 72 0.63 0 0.59 0.31 124.32 0.46 0.47
Hex 40 AF 48 3F 0 3B 1F 7C 2E 2F
Octal 100 257 110 77 0 73 37 174 56 57
Binary 1000000 10101111 1001000 111111 0 111011 11111 1111100 101110 101111

Color Harmonies of #40AF48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40AF48

Black with #40AF48

Text Example


Text Example

White with #40AF48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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