Html Css Color HEX #40983B Fruit Salad

📋 copy color: '#40983B'

red 64 ◦ green 152 ◦ blue 59

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

Shades of Fruit Salad #40983B

Tints of Fruit Salad #40983B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 21.45%

R = 23.27%
G = 55.27%
B = 21.45%

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

#40983B (or 0x40983B) is known color: Fruit Salad. HEX triplet: 40, 98 and 3B. RGB value is (64,152,59). Sum of RGB (Red+Green+Blue) = 64+152+59=275 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.27% from 275); Green value is 152 (59.77% from 255 or 55.27% from 275); Blue value is 59 (23.44% from 255 or 21.45% from 275); Max value from RGB is 152 - color contains mainly: green. Hex color #40983B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40983B is #BF67C4. Grayscale: #737373. Windows color (decimal): -12543941 or 3905600. OLE color: 3905600.

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

Color convert

RGB 64 152 59 -
CMYK 0.58 0 0.61 0.40
HSL 116.77º 0.44% 0.41% -
HSV(B) 116.77º 0.61% 0.6% -
XYZ 14.13 23.86 8 -
YUV 115.09 96.35 91.56 -
System Red Green Blue C M Y K H S L
Decimal 64 152 59 0.58 0 0.61 0.40 116.77 0.44 0.41
Hex 40 98 3B 3A 0 3D 28 75 2C 29
Octal 100 230 73 72 0 75 50 165 54 51
Binary 1000000 10011000 111011 111010 0 111101 101000 1110101 101100 101001

Color Harmonies of #40983B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40983B

Black with #40983B

Text Example


Text Example

White with #40983B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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