Html Css Color HEX #40983C Fruit Salad

📋 copy color: '#40983C'

red 64 ◦ green 152 ◦ blue 60

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

Shades of Fruit Salad #40983C

Tints of Fruit Salad #40983C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 21.74%

R = 23.19%
G = 55.07%
B = 21.74%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.61

 K value IS 0.40

RGB Variations

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

Color information

#40983C (or 0x40983C) is known color: Fruit Salad. HEX triplet: 40, 98 and 3C. RGB value is (64,152,60). Sum of RGB (Red+Green+Blue) = 64+152+60=276 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.19% from 276); Green value is 152 (59.77% from 255 or 55.07% from 276); Blue value is 60 (23.83% from 255 or 21.74% from 276); Max value from RGB is 152 - color contains mainly: green. Hex color #40983C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40983C is #BF67C3. Grayscale: #737373. Windows color (decimal): -12543940 or 3971136. OLE color: 3971136.

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

Color convert

RGB 64 152 60 -
CMYK 0.58 0 0.61 0.40
HSL 117.39º 0.43% 0.42% -
HSV(B) 117.39º 0.61% 0.6% -
XYZ 14.16 23.87 8.14 -
YUV 115.2 96.85 91.48 -
System Red Green Blue C M Y K H S L
Decimal 64 152 60 0.58 0 0.61 0.40 117.39 0.43 0.42
Hex 40 98 3C 3A 0 3D 28 75 2B 2A
Octal 100 230 74 72 0 75 50 165 53 52
Binary 1000000 10011000 111100 111010 0 111101 101000 1110101 101011 101010

Color Harmonies of #40983C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40983C

Black with #40983C

Text Example


Text Example

White with #40983C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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