Html Css Color HEX #40974A Fruit Salad

📋 copy color: '#40974A'

red 64 ◦ green 151 ◦ blue 74

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

Shades of Fruit Salad #40974A

Tints of Fruit Salad #40974A

RGB

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

 GREEN value IS 151 (59.38% from 255) = 52.25%

 BLUE value IS 74 (29.3% from 255) = 25.61%

R = 22.15%
G = 52.25%
B = 25.61%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.51

 K value IS 0.41

RGB Variations

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

Color information

#40974A (or 0x40974A) is known color: Fruit Salad. HEX triplet: 40, 97 and 4A. RGB value is (64,151,74). Sum of RGB (Red+Green+Blue) = 64+151+74=289 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.15% from 289); Green value is 151 (59.38% from 255 or 52.25% from 289); Blue value is 74 (29.30% from 255 or 25.61% from 289); Max value from RGB is 151 - color contains mainly: green. Hex color #40974A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40974A is #BF68B5. Grayscale: #747474. Windows color (decimal): -12544182 or 4888384. OLE color: 4888384.

HSL color Cylindrical-coordinate representation of color #40974A: hue angle of 126.9º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #40974A is Cyan = 0.58, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.41.

Color convert

RGB 64 151 74 -
CMYK 0.58 0 0.51 0.41
HSL 126.9º 0.4% 0.42% -
HSV(B) 126.9º 0.58% 0.59% -
XYZ 14.42 23.72 10.3 -
YUV 116.21 104.18 90.76 -
System Red Green Blue C M Y K H S L
Decimal 64 151 74 0.58 0 0.51 0.41 126.9 0.4 0.42
Hex 40 97 4A 3A 0 33 29 7F 28 2A
Octal 100 227 112 72 0 63 51 177 50 52
Binary 1000000 10010111 1001010 111010 0 110011 101001 1111111 101000 101010

Color Harmonies of #40974A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40974A

Black with #40974A

Text Example


Text Example

White with #40974A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40974A; }

 p { color: rgb(64,151,74); }

 H1.HeaderClassName
 {
   color: #40974A;
 }
 .AnyTagClassName
 {
   color: #40974A;
 }
</style>

background-color css

<style>
 a { background-color: #40974A; }

 a { background-color: rgb(64,151,74); }

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

border-color css

<style>
 span { border-color: #40974A; }

 span { border-color: rgb(64,151,74); }

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