Html Css Color HEX #40A53C Fruit Salad

📋 copy color: '#40A53C'

red 64 ◦ green 165 ◦ blue 60

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

Shades of Fruit Salad #40A53C

Tints of Fruit Salad #40A53C

RGB

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

 GREEN value IS 165 (64.84% from 255) = 57.09%

 BLUE value IS 60 (23.83% from 255) = 20.76%

R = 22.15%
G = 57.09%
B = 20.76%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.64

 K value IS 0.35

RGB Variations

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

Color information

#40A53C (or 0x40A53C) is known color: Fruit Salad. HEX triplet: 40, A5 and 3C. RGB value is (64,165,60). Sum of RGB (Red+Green+Blue) = 64+165+60=289 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.15% from 289); Green value is 165 (64.84% from 255 or 57.09% from 289); Blue value is 60 (23.83% from 255 or 20.76% from 289); Max value from RGB is 165 - color contains mainly: green. Hex color #40A53C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40A53C is #BF5AC3. Grayscale: #7B7B7B. Windows color (decimal): -12540612 or 3974464. OLE color: 3974464.

HSL color Cylindrical-coordinate representation of color #40A53C: hue angle of 117.71º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #40A53C is Cyan = 0.61, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.35.

Color convert

RGB 64 165 60 -
CMYK 0.61 0 0.64 0.35
HSL 117.71º 0.47% 0.44% -
HSV(B) 117.71º 0.64% 0.65% -
XYZ 16.39 28.33 8.88 -
YUV 122.83 92.54 86.04 -
System Red Green Blue C M Y K H S L
Decimal 64 165 60 0.61 0 0.64 0.35 117.71 0.47 0.44
Hex 40 A5 3C 3D 0 40 23 76 2F 2C
Octal 100 245 74 75 0 100 43 166 57 54
Binary 1000000 10100101 111100 111101 0 1000000 100011 1110110 101111 101100

Color Harmonies of #40A53C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40A53C

Black with #40A53C

Text Example


Text Example

White with #40A53C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,165,60); }

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

background-color css

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

 a { background-color: rgb(64,165,60); }

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

border-color css

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

 span { border-color: rgb(64,165,60); }

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