Html Css Color HEX #40AC38 Fruit Salad

📋 copy color: '#40AC38'

red 64 ◦ green 172 ◦ blue 56

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

Shades of Fruit Salad #40AC38

Tints of Fruit Salad #40AC38

RGB

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

 GREEN value IS 172 (67.58% from 255) = 58.9%

 BLUE value IS 56 (22.27% from 255) = 19.18%

R = 21.92%
G = 58.9%
B = 19.18%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.67

 K value IS 0.33

RGB Variations

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

Color information

#40AC38 (or 0x40AC38) is known color: Fruit Salad. HEX triplet: 40, AC and 38. RGB value is (64,172,56). Sum of RGB (Red+Green+Blue) = 64+172+56=292 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.92% from 292); Green value is 172 (67.58% from 255 or 58.90% from 292); Blue value is 56 (22.27% from 255 or 19.18% from 292); Max value from RGB is 172 - color contains mainly: green. Hex color #40AC38 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40AC38 is #BF53C7. Grayscale: #7E7E7E. Windows color (decimal): -12538824 or 3714112. OLE color: 3714112.

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

Color convert

RGB 64 172 56 -
CMYK 0.63 0 0.67 0.33
HSL 115.86º 0.51% 0.45% -
HSV(B) 115.86º 0.67% 0.67% -
XYZ 17.58 30.88 8.78 -
YUV 126.48 88.22 83.43 -
System Red Green Blue C M Y K H S L
Decimal 64 172 56 0.63 0 0.67 0.33 115.86 0.51 0.45
Hex 40 AC 38 3F 0 43 21 74 33 2D
Octal 100 254 70 77 0 103 41 164 63 55
Binary 1000000 10101100 111000 111111 0 1000011 100001 1110100 110011 101101

Color Harmonies of #40AC38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40AC38

Black with #40AC38

Text Example


Text Example

White with #40AC38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,172,56); }

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

background-color css

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

 a { background-color: rgb(64,172,56); }

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

border-color css

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

 span { border-color: rgb(64,172,56); }

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