Html Css Color HEX #40994A Fruit Salad

📋 copy color: '#40994A'

red 64 ◦ green 153 ◦ blue 74

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

Shades of Fruit Salad #40994A

Tints of Fruit Salad #40994A

RGB

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

 GREEN value IS 153 (60.16% from 255) = 52.58%

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

R = 21.99%
G = 52.58%
B = 25.43%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.52

 K value IS 0.4

RGB Variations

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

Color information

#40994A (or 0x40994A) is known color: Fruit Salad. HEX triplet: 40, 99 and 4A. RGB value is (64,153,74). Sum of RGB (Red+Green+Blue) = 64+153+74=291 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.99% from 291); Green value is 153 (60.16% from 255 or 52.58% from 291); Blue value is 74 (29.30% from 255 or 25.43% from 291); Max value from RGB is 153 - color contains mainly: green. Hex color #40994A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40994A is #BF66B5. Grayscale: #757575. Windows color (decimal): -12543670 or 4888896. OLE color: 4888896.

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

Color convert

RGB 64 153 74 -
CMYK 0.58 0 0.52 0.4
HSL 126.74º 0.41% 0.43% -
HSV(B) 126.74º 0.58% 0.6% -
XYZ 14.74 24.37 10.4 -
YUV 117.38 103.51 89.92 -
System Red Green Blue C M Y K H S L
Decimal 64 153 74 0.58 0 0.52 0.4 126.74 0.41 0.43
Hex 40 99 4A 3A 0 34 28 7F 29 2B
Octal 100 231 112 72 0 64 50 177 51 53
Binary 1000000 10011001 1001010 111010 0 110100 101000 1111111 101001 101011

Color Harmonies of #40994A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40994A

Black with #40994A

Text Example


Text Example

White with #40994A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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