Html Css Color HEX #36A040 Fruit Salad

📋 copy color: '#36A040'

red 54 ◦ green 160 ◦ blue 64

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

Shades of Fruit Salad #36A040

Tints of Fruit Salad #36A040

RGB

 RED value IS 54 (21.48% from 255) = 19.42%

 GREEN value IS 160 (62.89% from 255) = 57.55%

 BLUE value IS 64 (25.39% from 255) = 23.02%

R = 19.42%
G = 57.55%
B = 23.02%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.6

 K value IS 0.37

RGB Variations

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

Color information

#36A040 (or 0x36A040) is known color: Fruit Salad. HEX triplet: 36, A0 and 40. RGB value is (54,160,64). Sum of RGB (Red+Green+Blue) = 54+160+64=278 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.42% from 278); Green value is 160 (62.89% from 255 or 57.55% from 278); Blue value is 64 (25.39% from 255 or 23.02% from 278); Max value from RGB is 160 - color contains mainly: green. Hex color #36A040 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #36A040 is #C95FBF. Grayscale: #757575. Windows color (decimal): -13197248 or 4235318. OLE color: 4235318.

HSL color Cylindrical-coordinate representation of color #36A040: hue angle of 125.66º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #36A040 is Cyan = 0.66, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.37.

Color convert

RGB 54 160 64 -
CMYK 0.66 0 0.6 0.37
HSL 125.66º 0.5% 0.42% -
HSV(B) 125.66º 0.66% 0.63% -
XYZ 15.02 26.3 9.13 -
YUV 117.36 97.88 82.81 -
System Red Green Blue C M Y K H S L
Decimal 54 160 64 0.66 0 0.6 0.37 125.66 0.5 0.42
Hex 36 A0 40 42 0 3C 25 7E 32 2A
Octal 66 240 100 102 0 74 45 176 62 52
Binary 110110 10100000 1000000 1000010 0 111100 100101 1111110 110010 101010

Color Harmonies of #36A040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36A040

Black with #36A040

Text Example


Text Example

White with #36A040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36A040; }

 p { color: rgb(54,160,64); }

 H1.HeaderClassName
 {
   color: #36A040;
 }
 .AnyTagClassName
 {
   color: #36A040;
 }
</style>

background-color css

<style>
 a { background-color: #36A040; }

 a { background-color: rgb(54,160,64); }

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

border-color css

<style>
 span { border-color: #36A040; }

 span { border-color: rgb(54,160,64); }

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