Html Css Color HEX #40A246 Fruit Salad

📋 copy color: '#40A246'

red 64 ◦ green 162 ◦ blue 70

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

Shades of Fruit Salad #40A246

Tints of Fruit Salad #40A246

RGB

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

 GREEN value IS 162 (63.67% from 255) = 54.73%

 BLUE value IS 70 (27.73% from 255) = 23.65%

R = 21.62%
G = 54.73%
B = 23.65%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.57

 K value IS 0.36

RGB Variations

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

Color information

#40A246 (or 0x40A246) is known color: Fruit Salad. HEX triplet: 40, A2 and 46. RGB value is (64,162,70). Sum of RGB (Red+Green+Blue) = 64+162+70=296 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.62% from 296); Green value is 162 (63.67% from 255 or 54.73% from 296); Blue value is 70 (27.73% from 255 or 23.65% from 296); Max value from RGB is 162 - color contains mainly: green. Hex color #40A246 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40A246 is #BF5DB9. Grayscale: #7A7A7A. Windows color (decimal): -12541370 or 4629056. OLE color: 4629056.

HSL color Cylindrical-coordinate representation of color #40A246: hue angle of 123.67º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #40A246 is Cyan = 0.60, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.36.

Color convert

RGB 64 162 70 -
CMYK 0.60 0 0.57 0.36
HSL 123.67º 0.43% 0.44% -
HSV(B) 123.67º 0.6% 0.64% -
XYZ 16.14 27.37 10.23 -
YUV 122.21 98.53 86.48 -
System Red Green Blue C M Y K H S L
Decimal 64 162 70 0.60 0 0.57 0.36 123.67 0.43 0.44
Hex 40 A2 46 3C 0 39 24 7C 2B 2C
Octal 100 242 106 74 0 71 44 174 53 54
Binary 1000000 10100010 1000110 111100 0 111001 100100 1111100 101011 101100

Color Harmonies of #40A246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40A246

Black with #40A246

Text Example


Text Example

White with #40A246

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,162,70); }

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

background-color css

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

 a { background-color: rgb(64,162,70); }

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

border-color css

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

 span { border-color: rgb(64,162,70); }

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