Html Css Color HEX #40983D Fruit Salad

📋 copy color: '#40983D'

red 64 ◦ green 152 ◦ blue 61

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

Shades of Fruit Salad #40983D

Tints of Fruit Salad #40983D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 22.02%

R = 23.1%
G = 54.87%
B = 22.02%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.60

 K value IS 0.40

RGB Variations

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

Color information

#40983D (or 0x40983D) is known color: Fruit Salad. HEX triplet: 40, 98 and 3D. RGB value is (64,152,61). Sum of RGB (Red+Green+Blue) = 64+152+61=277 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.10% from 277); Green value is 152 (59.77% from 255 or 54.87% from 277); Blue value is 61 (24.22% from 255 or 22.02% from 277); Max value from RGB is 152 - color contains mainly: green. Hex color #40983D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40983D is #BF67C2. Grayscale: #737373. Windows color (decimal): -12543939 or 4036672. OLE color: 4036672.

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

Color convert

RGB 64 152 61 -
CMYK 0.58 0 0.60 0.40
HSL 118.02º 0.43% 0.42% -
HSV(B) 118.02º 0.6% 0.6% -
XYZ 14.18 23.88 8.28 -
YUV 115.31 97.35 91.4 -
System Red Green Blue C M Y K H S L
Decimal 64 152 61 0.58 0 0.60 0.40 118.02 0.43 0.42
Hex 40 98 3D 3A 0 3C 28 76 2B 2A
Octal 100 230 75 72 0 74 50 166 53 52
Binary 1000000 10011000 111101 111010 0 111100 101000 1110110 101011 101010

Color Harmonies of #40983D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40983D

Black with #40983D

Text Example


Text Example

White with #40983D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40983D; }

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

 H1.HeaderClassName
 {
   color: #40983D;
 }
 .AnyTagClassName
 {
   color: #40983D;
 }
</style>

background-color css

<style>
 a { background-color: #40983D; }

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

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

border-color css

<style>
 span { border-color: #40983D; }

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

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