#369940

Color #369940 Fruit Salad (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fruit Salad #369940

Tints of Fruit Salad #369940

Color information

#369940 (or 0x369940) is unknown color: approx Fruit Salad. HEX triplet: 36, 99 and 40. RGB value is (54,153,64). Sum of RGB (Red+Green+Blue) = 54+153+64=271 (35% of max value = 765). Red value is 54 (21.48% from 255 or 19.93% from 271); Green value is 153 (60.16% from 255 or 56.46% from 271); Blue value is 64 (25.39% from 255 or 23.62% from 271); Max value from RGB is 153 - color contains mainly: green. Hex color #369940 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #369940 is #C966BF. Grayscale: #717171. Windows color (decimal): -13199040 or 4233526. OLE color: 4233526.

HSL color Cylindrical-coordinate representation of color #369940: hue angle of 126.06º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #369940 is Cyan = 0.65, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.4.

Color convert

RGB5415364-
CMYK0.6500.580.4
HSL126.06º47.83%40.59%-
HSV(B)126.06º64.71%60%-
XYZ13.8423.948.74-
YUV113.25100.285.74-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.93%
GREEN value IS 153 (60.16% from 255) = 56.46%
BLUE value IS 64 (25.39% from 255) = 23.62%
R=19.93%
G=56.46%
B=23.62%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal54153640.6500.580.4126.0647.8340.59
Hex3699404103A287e3029
Octal66231100101072501766051
Binary110110100110011000000100000101110101010001111110110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #369940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #369940; }

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

 H1.HeaderClassName
 {
   color: #369940;
 }
 .AnyTagClassName
 {
   color: #369940;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #369940;
 }
 .BgClassName
 {
   background-color: #369940;
 }
</style>
border-color css

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

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

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