Html Css Color HEX #40984A Fruit Salad

📋 copy color: '#40984A'

red 64 ◦ green 152 ◦ blue 74

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

Shades of Fruit Salad #40984A

Tints of Fruit Salad #40984A

RGB

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

 GREEN value IS 152 (59.77% from 255) = 52.41%

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

R = 22.07%
G = 52.41%
B = 25.52%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.51

 K value IS 0.40

RGB Variations

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

Color information

#40984A (or 0x40984A) is known color: Fruit Salad. HEX triplet: 40, 98 and 4A. RGB value is (64,152,74). Sum of RGB (Red+Green+Blue) = 64+152+74=290 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.07% from 290); Green value is 152 (59.77% from 255 or 52.41% from 290); Blue value is 74 (29.30% from 255 or 25.52% from 290); Max value from RGB is 152 - color contains mainly: green. Hex color #40984A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40984A is #BF67B5. Grayscale: #757575. Windows color (decimal): -12543926 or 4888640. OLE color: 4888640.

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

Color convert

RGB 64 152 74 -
CMYK 0.58 0 0.51 0.40
HSL 126.82º 0.41% 0.42% -
HSV(B) 126.82º 0.58% 0.6% -
XYZ 14.58 24.04 10.35 -
YUV 116.8 103.85 90.34 -
System Red Green Blue C M Y K H S L
Decimal 64 152 74 0.58 0 0.51 0.40 126.82 0.41 0.42
Hex 40 98 4A 3A 0 33 28 7F 29 2A
Octal 100 230 112 72 0 63 50 177 51 52
Binary 1000000 10011000 1001010 111010 0 110011 101000 1111111 101001 101010

Color Harmonies of #40984A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40984A

Black with #40984A

Text Example


Text Example

White with #40984A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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