Html Css Color HEX #40AC34 Fruit Salad

📋 copy color: '#40AC34'

red 64 ◦ green 172 ◦ blue 52

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

Shades of Fruit Salad #40AC34

Tints of Fruit Salad #40AC34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 18.06%

R = 22.22%
G = 59.72%
B = 18.06%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.70

 K value IS 0.33

RGB Variations

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

Color information

#40AC34 (or 0x40AC34) is known color: Fruit Salad. HEX triplet: 40, AC and 34. RGB value is (64,172,52). Sum of RGB (Red+Green+Blue) = 64+172+52=288 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.22% from 288); Green value is 172 (67.58% from 255 or 59.72% from 288); Blue value is 52 (20.70% from 255 or 18.06% from 288); Max value from RGB is 172 - color contains mainly: green. Hex color #40AC34 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40AC34 is #BF53CB. Grayscale: #7E7E7E. Windows color (decimal): -12538828 or 3451968. OLE color: 3451968.

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

Color convert

RGB 64 172 52 -
CMYK 0.63 0 0.70 0.33
HSL 114º 0.54% 0.44% -
HSV(B) 114º 0.7% 0.67% -
XYZ 17.49 30.84 8.28 -
YUV 126.03 86.22 83.76 -
System Red Green Blue C M Y K H S L
Decimal 64 172 52 0.63 0 0.70 0.33 114 0.54 0.44
Hex 40 AC 34 3F 0 46 21 72 36 2C
Octal 100 254 64 77 0 106 41 162 66 54
Binary 1000000 10101100 110100 111111 0 1000110 100001 1110010 110110 101100

Color Harmonies of #40AC34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40AC34

Black with #40AC34

Text Example


Text Example

White with #40AC34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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