Html Css Color HEX #40984C Fruit Salad

📋 copy color: '#40984C'

red 64 ◦ green 152 ◦ blue 76

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

Shades of Fruit Salad #40984C

Tints of Fruit Salad #40984C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 26.03%

R = 21.92%
G = 52.05%
B = 26.03%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.50

 K value IS 0.40

RGB Variations

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

Color information

#40984C (or 0x40984C) is known color: Fruit Salad. HEX triplet: 40, 98 and 4C. RGB value is (64,152,76). Sum of RGB (Red+Green+Blue) = 64+152+76=292 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.92% from 292); Green value is 152 (59.77% from 255 or 52.05% from 292); Blue value is 76 (30.08% from 255 or 26.03% from 292); Max value from RGB is 152 - color contains mainly: green. Hex color #40984C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40984C is #BF67B3. Grayscale: #757575. Windows color (decimal): -12543924 or 5019712. OLE color: 5019712.

HSL color Cylindrical-coordinate representation of color #40984C: hue angle of 128.18º 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 #40984C is Cyan = 0.58, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.40.

Color convert

RGB 64 152 76 -
CMYK 0.58 0 0.50 0.40
HSL 128.18º 0.41% 0.42% -
HSV(B) 128.18º 0.58% 0.6% -
XYZ 14.65 24.07 10.71 -
YUV 117.02 104.85 90.18 -
System Red Green Blue C M Y K H S L
Decimal 64 152 76 0.58 0 0.50 0.40 128.18 0.41 0.42
Hex 40 98 4C 3A 0 32 28 80 29 2A
Octal 100 230 114 72 0 62 50 200 51 52
Binary 1000000 10011000 1001100 111010 0 110010 101000 10000000 101001 101010

Color Harmonies of #40984C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40984C

Black with #40984C

Text Example


Text Example

White with #40984C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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