Html Css Color HEX #40A248 Fruit Salad

📋 copy color: '#40A248'

red 64 ◦ green 162 ◦ blue 72

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

Shades of Fruit Salad #40A248

Tints of Fruit Salad #40A248

RGB

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

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

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

R = 21.48%
G = 54.36%
B = 24.16%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.56

 K value IS 0.36

RGB Variations

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

Color information

#40A248 (or 0x40A248) is known color: Fruit Salad. HEX triplet: 40, A2 and 48. RGB value is (64,162,72). Sum of RGB (Red+Green+Blue) = 64+162+72=298 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.48% from 298); Green value is 162 (63.67% from 255 or 54.36% from 298); Blue value is 72 (28.52% from 255 or 24.16% from 298); Max value from RGB is 162 - color contains mainly: green. Hex color #40A248 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40A248 is #BF5DB7. Grayscale: #7A7A7A. Windows color (decimal): -12541368 or 4760128. OLE color: 4760128.

HSL color Cylindrical-coordinate representation of color #40A248: hue angle of 124.9º 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 #40A248 is Cyan = 0.60, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.36.

Color convert

RGB 64 162 72 -
CMYK 0.60 0 0.56 0.36
HSL 124.9º 0.43% 0.44% -
HSV(B) 124.9º 0.6% 0.64% -
XYZ 16.2 27.4 10.57 -
YUV 122.44 99.53 86.32 -
System Red Green Blue C M Y K H S L
Decimal 64 162 72 0.60 0 0.56 0.36 124.9 0.43 0.44
Hex 40 A2 48 3C 0 38 24 7D 2B 2C
Octal 100 242 110 74 0 70 44 175 53 54
Binary 1000000 10100010 1001000 111100 0 111000 100100 1111101 101011 101100

Color Harmonies of #40A248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40A248

Black with #40A248

Text Example


Text Example

White with #40A248

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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