Html Css Color HEX #40994B Fruit Salad

📋 copy color: '#40994B'

red 64 ◦ green 153 ◦ blue 75

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

Shades of Fruit Salad #40994B

Tints of Fruit Salad #40994B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 25.68%

R = 21.92%
G = 52.4%
B = 25.68%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.51

 K value IS 0.4

RGB Variations

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

Color information

#40994B (or 0x40994B) is known color: Fruit Salad. HEX triplet: 40, 99 and 4B. RGB value is (64,153,75). Sum of RGB (Red+Green+Blue) = 64+153+75=292 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.92% from 292); Green value is 153 (60.16% from 255 or 52.40% from 292); Blue value is 75 (29.69% from 255 or 25.68% from 292); Max value from RGB is 153 - color contains mainly: green. Hex color #40994B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40994B is #BF66B4. Grayscale: #757575. Windows color (decimal): -12543669 or 4954432. OLE color: 4954432.

HSL color Cylindrical-coordinate representation of color #40994B: hue angle of 127.42º 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 #40994B is Cyan = 0.58, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.4.

Color convert

RGB 64 153 75 -
CMYK 0.58 0 0.51 0.4
HSL 127.42º 0.41% 0.43% -
HSV(B) 127.42º 0.58% 0.6% -
XYZ 14.78 24.38 10.58 -
YUV 117.5 104.01 89.84 -
System Red Green Blue C M Y K H S L
Decimal 64 153 75 0.58 0 0.51 0.4 127.42 0.41 0.43
Hex 40 99 4B 3A 0 33 28 7F 29 2B
Octal 100 231 113 72 0 63 50 177 51 53
Binary 1000000 10011001 1001011 111010 0 110011 101000 1111111 101001 101011

Color Harmonies of #40994B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40994B

Black with #40994B

Text Example


Text Example

White with #40994B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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